Skip to content
Unverified Commit dd9514f7 authored by jpserrat's avatar jpserrat Committed by GitHub
Browse files

add FeeManager to pallet xcm (#5363)



Closes #2082

change send xcm to use `xcm::executor::FeeManager` to determine if the
sender should be charged.

I had to change the `FeeManager` of the penpal config to ensure the same
test behaviour as before. For the other tests, I'm using the
`FeeManager` from the `xcm::executor::FeeManager` as this one is used to
check if the fee can be waived on the charge fees method.

---------

Co-authored-by: default avatarAdrian Catangiu <[email protected]>
Co-authored-by: default avatarGitHub Action <[email protected]>
parent a5de3b14
Pipeline #505142 waiting for manual action with stages
in 22 minutes and 34 seconds