mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Sensible locking for staking and council. (#3050)
* Sensible locking for staking and council. * Bump.
This commit is contained in:
@@ -777,7 +777,7 @@ impl<T: Trait> Module<T> {
|
||||
&who,
|
||||
locked_balance,
|
||||
T::BlockNumber::max_value(),
|
||||
WithdrawReasons::all()
|
||||
WithdrawReasons::except(WithdrawReason::TransactionPayment),
|
||||
);
|
||||
|
||||
<VoterInfoOf<T>>::insert(
|
||||
|
||||
Reference in New Issue
Block a user