mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
quick typo fix (#1225)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user