Admin facility to move claims with council permission. (#1198)

This commit is contained in:
Gavin Wood
2020-06-09 11:09:17 +02:00
committed by GitHub
parent bb0e37f23a
commit 3e5e67855b
4 changed files with 66 additions and 3 deletions
+1
View File
@@ -664,6 +664,7 @@ impl claims::Trait for Runtime {
type Event = Event;
type VestingSchedule = Vesting;
type Prefix = Prefix;
type MoveClaimOrigin = collective::EnsureProportionMoreThan<_1, _2, AccountId, CouncilCollective>;
}
parameter_types! {