diff --git a/Cargo.lock b/Cargo.lock index 1379c12..2d164ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index a1df262..4c91beb 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -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,