Skip to content

Commit

Permalink
Merge pull request #278 from paritytech/choir/adapter-typo
Browse files Browse the repository at this point in the history
Choir: Fix adapter comment typo
  • Loading branch information
Moliholy authored Feb 19, 2025
2 parents 0f9f382 + 3d13894 commit b2d27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/xcm/src/burner_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ where
Some(_) => {
log::trace!(
target: "xcm::burner_adapter",
// Error propagrates as `AssetNotFound` in executor therefore the log.
// Error propagates as `AssetNotFound` in executor therefore the log.
"returning Unimplemented as we don't support withdrawals"
);
Err(XcmError::Unimplemented)
Expand Down

0 comments on commit b2d27af

Please sign in to comment.