Companion for #3010 (Reserve Xfer extrinsic) (#434)

* Companion for #3010 (Reserve Xfer extrinsic)

* cargo update -p xcm

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Gavin Wood
2021-05-13 08:07:39 +02:00
committed by GitHub
parent 84bd37817a
commit c515f165e9
2 changed files with 54 additions and 53 deletions
@@ -366,6 +366,7 @@ impl pallet_xcm::Config for Runtime {
type XcmExecuteFilter = All<(MultiLocation, Xcm<Call>)>;
type XcmExecutor = XcmExecutor<XcmConfig>;
type XcmTeleportFilter = All<(MultiLocation, Vec<MultiAsset>)>;
type XcmReserveTransferFilter = ();
type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
}