Open
Description
Hi, when I try to induce the PriceForSiblingParachainDelivery into our parachain, the related extrinsic in xtoken's pallet cannot work because of NotHoldingFees
. I guess the reason is the design of the Xtokens isn't compatible with the concept of PriceForSiblingDelivery. Do I understand right? If so, do you have any suggestions about that?
pub type PriceForSiblingParachainDelivery =
ExponentialPrice<SelfReserveLocation, BaseDeliveryFee, TransactionByteFee, XcmpQueue>;
impl cumulus_pallet_xcmp_queue::Config for Runtime {
...
type PriceForSiblingDelivery = PriceForSiblingParachainDelivery;
...
}
Metadata
Metadata
Assignees
Labels
No labels