Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xcm-executor: DepositReserveAsset charges delivery fees from inner as…
…sets This fix aims to solve an issue in Kusama that resulted in failed reserve asset transfers. During multi-hop XCMs, like reserve asset transfers where the reserve is not the sender nor the destination, but a third remote chain, the origin is not available to pay for delivery fees out of their account directly, so delivery fees should be paid out of transferred assets. This commit also adds an xcm-emulator regression test that validates this scenario is now working. Signed-off-by: Adrian Catangiu <[email protected]>
- Loading branch information