Allow Sufficient Assets for XCM Fee Payment on Statemint #1884 (#1910)

* Allow Sufficient Assets for XCM Fee Payment on Statemint #1884

* Revert of removed payment.clone().into()

* Fixes

* Bring AssetFeeAsExistentialDepositMultiplier to test_asset_xcm_trader

* Fixes
This commit is contained in:
Branislav Kontur
2022-11-28 17:04:30 +01:00
committed by GitHub
parent 74f0ff0156
commit 8cae878d12
8 changed files with 602 additions and 68 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ impl ShouldExecute for DenyReserveTransferToRelayChain {
message.0.iter().any(|inst| matches!(inst, ReserveAssetDeposited { .. }))
{
log::warn!(
target: "xcm::barrier",
target: "xcm::barriers",
"Unexpected ReserveAssetDeposited from the Relay Chain",
);
}