Skip to content

Commit

Permalink
Update cumulus/parachains/runtimes/assets/common/src/matching.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
ayevbeosa and bkchr authored Dec 27, 2024
1 parent 74ba6cc commit 5548e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/assets/common/src/matching.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl<IsForeign: ContainsPair<Location, Location>> ContainsPair<Asset, Location>
for IsForeignConcreteAsset<IsForeign>
{
fn contains(asset: &Asset, origin: &Location) -> bool {
tracing::trace!(target: "xcm::contains", "IsForeignConcreteAsset asset: {:?}, origin: {:?}", asset, origin);
tracing::trace!(target: "xcm::contains", ?asset, ?origin, "IsForeignConcreteAsset");
matches!(asset.id, AssetId(ref id) if IsForeign::contains(id, origin))
}
}
Expand Down

0 comments on commit 5548e1e

Please sign in to comment.