add pallet index to multisig (#45)

* add pallet index to multisig
This commit is contained in:
Özgün Özerk
2023-12-04 16:58:36 +03:00
committed by GitHub
parent 80262a69fe
commit b84c168a1c
2 changed files with 2 additions and 1 deletions
Generated
+1
View File
@@ -7388,6 +7388,7 @@ dependencies = [
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-utility",
"pallet-xcm",
"parachain-info",
"parity-scale-codec",
+1 -1
View File
@@ -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,