From 569b30e813086a28da6049ff95bb0dc4db92c8fd Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 10 Jun 2020 13:27:33 +0200 Subject: [PATCH] quick typo fix (#1225) --- polkadot/runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index ad1a543b03..cc40ee538d 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -506,7 +506,7 @@ parameter_types! { type ApproveOrigin = EnsureOneOf< AccountId, EnsureRoot, - collective::EnsureProportionAtLeast<_3, _4, AccountId, CouncilCollective> + collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective> >; impl treasury::Trait for Runtime {