mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 04:15:45 +00:00
Backport fix lock (#507)
* Fix locking, from an updated Substrate (#506) * Fix locking, from an updated Substrate * Bump runtime version * Lock file. * Bump version and extra fix.
This commit is contained in:
@@ -540,7 +540,7 @@ impl nicks::Trait for Runtime {
|
||||
type Currency = Balances;
|
||||
type ReservationFee = ReservationFee;
|
||||
type Slashed = Treasury;
|
||||
type KillOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
||||
type ForceOrigin = collective::EnsureMember<AccountId, CouncilCollective>;
|
||||
type MinLength = MinLength;
|
||||
type MaxLength = MaxLength;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user