Skip to content
Snippets Groups Projects
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 <adrian@parity.io>
Co-authored-by: default avatarGitHub Action <action@github.com>
parent a5de3b14
No related merge requests found
Pipeline #505142 waiting for manual action with stages
in 22 minutes and 34 seconds
Showing
with 51 additions and 10 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment