Skip to content

Commit

Permalink
Updated docs for method set_payee & set_controller (paritytech#11192
Browse files Browse the repository at this point in the history
)

* Updated docs for method 'set_payee'

* Updated docs for method 'set_controller'
  • Loading branch information
Imod7 authored and ark0f committed Feb 27, 2023
1 parent f7989f0 commit 90b6e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/staking/src/pallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ pub mod pallet {

/// (Re-)set the payment target for a controller.
///
/// Effects will be felt at the beginning of the next era.
/// Effects will be felt instantly (as soon as this function is completed successfully).
///
/// The dispatch origin for this call must be _Signed_ by the controller, not the stash.
///
Expand Down Expand Up @@ -1137,7 +1137,7 @@ pub mod pallet {

/// (Re-)set the controller of a stash.
///
/// Effects will be felt at the beginning of the next era.
/// Effects will be felt instantly (as soon as this function is completed successfully).
///
/// The dispatch origin for this call must be _Signed_ by the stash, not the controller.
///
Expand Down

0 comments on commit 90b6e62

Please sign in to comment.