mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 06:37:56 +00:00
quick typo fix (#1225)
This commit is contained in:
@@ -506,7 +506,7 @@ parameter_types! {
|
||||
type ApproveOrigin = EnsureOneOf<
|
||||
AccountId,
|
||||
EnsureRoot<AccountId>,
|
||||
collective::EnsureProportionAtLeast<_3, _4, AccountId, CouncilCollective>
|
||||
collective::EnsureProportionAtLeast<_3, _5, AccountId, CouncilCollective>
|
||||
>;
|
||||
|
||||
impl treasury::Trait for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user