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:
Gavin Wood
2019-10-28 16:26:24 +01:00
committed by GitHub
parent b1f9b1ad07
commit fd7640e097
5 changed files with 91 additions and 93 deletions
+1 -1
View File
@@ -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;
}