open-runtime-module-library
open-runtime-module-library copied to clipboard
remove dest_weight from xTokens::transfer
this param is not very pratical and was used only for paying more fees, pallet-xcm has removed dest_weight now. Is there a way to remove it also for xtokens?
Why do you want to remove it? pallet-xcm have added method to allow specify dest weight to avoid issues https://github.com/paritytech/polkadot/blob/58e4ef8ebdc2be83c60bf6891044a1a5d00bed34/xcm/pallet-xcm/src/lib.rs#L701