mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 04:21:01 +00:00
Emergency build fix on previous PR.
This commit is contained in:
@@ -995,7 +995,7 @@ decl_module! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Force a current staker to become completely unstaked, immediately.
|
/// Force a current staker to become completely unstaked, immediately.
|
||||||
#[weight = sr_primitives::SimpleDispatchInfo::FreeOperational]
|
#[weight = SimpleDispatchInfo::FreeOperational]
|
||||||
fn force_unstake(origin, stash: T::AccountId) {
|
fn force_unstake(origin, stash: T::AccountId) {
|
||||||
ensure_root(origin)?;
|
ensure_root(origin)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user