From c29d4bedffd408b3bc7fe175807467347713cbed Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 03 May 2023 13:21:36 +0000 Subject: [PATCH] fix: pallet-sponsoring switched to new macros --- --- a/runtime/common/construct_runtime.rs +++ b/runtime/common/construct_runtime.rs @@ -74,7 +74,7 @@ Configuration: pallet_configuration = 63, - Charging: pallet_charge_transaction::{Pallet, Call, Storage} = 64, + Charging: pallet_charge_transaction = 64, // ContractHelpers: pallet_contract_helpers::{Pallet, Call, Storage} = 65, Common: pallet_common = 66, Fungible: pallet_fungible = 67, -- gitstuff