Fix `DepositReserveAsset` fees payment (#3340)
The `fee` should be calculated with the reanchored asset, otherwise it could lead to a failure where the set aside fee ends up not being enough. @acatangiu --------- Co-authored-by:Adrian Catangiu <adrian@parity.io>
parent
e4b6b8cd
Showing
- Cargo.lock 2 additions, 0 deletionsCargo.lock
- polkadot/node/test/service/src/chain_spec.rs 1 addition, 0 deletionspolkadot/node/test/service/src/chain_spec.rs
- polkadot/runtime/test-runtime/src/xcm_config.rs 42 additions, 12 deletionspolkadot/runtime/test-runtime/src/xcm_config.rs
- polkadot/xcm/xcm-executor/integration-tests/Cargo.toml 2 additions, 0 deletionspolkadot/xcm/xcm-executor/integration-tests/Cargo.toml
- polkadot/xcm/xcm-executor/integration-tests/src/lib.rs 83 additions, 0 deletionspolkadot/xcm/xcm-executor/integration-tests/src/lib.rs
- polkadot/xcm/xcm-executor/src/lib.rs 2 additions, 2 deletionspolkadot/xcm/xcm-executor/src/lib.rs
Please register or sign in to comment