Skip to content
Unverified Commit 394ea70d authored by Ankan's avatar Ankan Committed by GitHub
Browse files

[NPoS] Some simple refactors to Delegate Staking (#4981)

## Changes
- `fn update_payee` is renamed to `fn set_payee` in the trait
`StakingInterface` since there is also a call `Staking::update_payee`
which does something different, ie used for migrating deprecated
`Controller` accounts.
- `set_payee` does not re-dispatch, only mutates ledger.
- Fix rustdocs for `NominationPools::join`.
- Add an implementation note about why we cannot allow existing stakers
to join/bond_extra into the pool.
parent 7f2a99fc
Pipeline #485712 waiting for manual action with stages
in 1 hour, 15 minutes, and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment