Skip to content

Commit

Permalink
add pallet index to multisig (#45)
Browse files Browse the repository at this point in the history
* add pallet index to multisig
  • Loading branch information
ozgunozerk authored Dec 4, 2023
1 parent 80262a6 commit b84c168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ construct_runtime!(

// Governance
Sudo: pallet_sudo = 15,
Multisig: pallet_multisig,
Multisig: pallet_multisig = 16,

// Collator support. The order of these 4 are important and shall not change.
Authorship: pallet_authorship = 20,
Expand Down

0 comments on commit b84c168

Please sign in to comment.