From c16e0919bddcaaef092afe039f3a0f2a098a51ef Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Mon, 21 Aug 2023 18:08:50 +0200 Subject: [PATCH] Change the identifier of the AssetConversionTxPayment pallet --- .../transaction-payment/asset-conversion-tx-payment/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame/transaction-payment/asset-conversion-tx-payment/src/lib.rs b/frame/transaction-payment/asset-conversion-tx-payment/src/lib.rs index c2d9ed56c7aa3..35ff7d52a30c0 100644 --- a/frame/transaction-payment/asset-conversion-tx-payment/src/lib.rs +++ b/frame/transaction-payment/asset-conversion-tx-payment/src/lib.rs @@ -238,7 +238,7 @@ where + From>, ChargeAssetIdOf: Send + Sync, { - const IDENTIFIER: &'static str = "ChargeAssetTxPayment"; + const IDENTIFIER: &'static str = "ChargeAndConvertAssetTxPayment"; type AccountId = T::AccountId; type Call = T::RuntimeCall; type AdditionalSigned = ();