Unverified Commit 1417a026 authored by Francisco Aguirre's avatar Francisco Aguirre Committed by GitHub
Browse files

Add unit impl for XcmAssetTransfers trait (#3022)

If an Executor is required in some pallet's config, a mock might be
provided where `Executor = ()`. `()` already implements `ExecuteXcm`,
but not `XcmAssetTransfers`, which is also related. This PR just fixes
that so you can skip having to create a whole xcm configuration, which
is non-trivial right now.
parent 4c10fd2a
Pipeline #437261 canceled with stages
in 34 minutes and 24 seconds
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