quick typo fix (#1225)

This commit is contained in:
Shawn Tabrizi
2020-06-10 13:27:33 +02:00
committed by GitHub
parent 2978c1b9f4
commit 569b30e813
+1 -1
View File
@@ -506,7 +506,7 @@ parameter_types! {
type ApproveOrigin = EnsureOneOf< type ApproveOrigin = EnsureOneOf<
AccountId, AccountId,
EnsureRoot<AccountId>, EnsureRoot<AccountId>,
collective::EnsureProportionAtLeast<_3, _4, AccountId, CouncilCollective> collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>
>; >;
impl treasury::Trait for Runtime { impl treasury::Trait for Runtime {