Review all functions that accept Location and AssetId #3038
Labels
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
T6-XCM
This PR/Issue is related to XCM.
#1230 made it so that all
Location
values are now non-Copy
. We'll need to ensure that all the existing functions that require taking ownership ofLocation
orAssetId
don't actually require ownership, and in such cases, use a reference instead.The text was updated successfully, but these errors were encountered: