Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Change the identifier of the AssetConversionTxPayment pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsidorenko committed Aug 21, 2023
1 parent 51695bb commit c16e091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ where
+ From<ChargeAssetLiquidityOf<T>>,
ChargeAssetIdOf<T>: Send + Sync,
{
const IDENTIFIER: &'static str = "ChargeAssetTxPayment";
const IDENTIFIER: &'static str = "ChargeAndConvertAssetTxPayment";
type AccountId = T::AccountId;
type Call = T::RuntimeCall;
type AdditionalSigned = ();
Expand Down

0 comments on commit c16e091

Please sign in to comment.