mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +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.
|
||||
#[weight = sr_primitives::SimpleDispatchInfo::FreeOperational]
|
||||
#[weight = SimpleDispatchInfo::FreeOperational]
|
||||
fn force_unstake(origin, stash: T::AccountId) {
|
||||
ensure_root(origin)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user