This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,7 @@ pub enum BountyStatus<AccountId, BlockNumber> {
151
151
Approved ,
152
152
/// The bounty is funded and waiting for curator assignment.
153
153
Funded ,
154
- /// A curator has been proposed by the `ApproveOrigin`. Waiting for acceptance from the
155
- /// curator.
154
+ /// A curator has been proposed. Waiting for acceptance from the curator.
156
155
CuratorProposed {
157
156
/// The assigned curator of this bounty.
158
157
curator : AccountId ,
@@ -348,7 +347,7 @@ pub mod pallet {
348
347
/// Approve a bounty proposal. At a later time, the bounty will be funded and become active
349
348
/// and the original deposit will be returned.
350
349
///
351
- /// May only be called from `T::ApproveOrigin `.
350
+ /// May only be called from `T::SpendOrigin `.
352
351
///
353
352
/// # <weight>
354
353
/// - O(1).
@@ -380,7 +379,7 @@ pub mod pallet {
380
379
381
380
/// Assign a curator to a funded bounty.
382
381
///
383
- /// May only be called from `T::ApproveOrigin `.
382
+ /// May only be called from `T::SpendOrigin `.
384
383
///
385
384
/// # <weight>
386
385
/// - O(1).
You can’t perform that action at this time.
0 commit comments