Skip to content

Commit

Permalink
fix: typo in the error message (#4694)
Browse files Browse the repository at this point in the history
fixed typo

(cherry picked from commit b988ba4)
  • Loading branch information
marcellorigotti authored and dandanlen committed Mar 26, 2024
1 parent 34d6502 commit bc110ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/primitives/src/chains/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ macro_rules! assets {
_ => Err("Unrecognized chain")
}
} else {
Err("Unrecognized asset, expected the format \"<chain>:<asset>\"")
Err("Unrecognized asset, expected the format \"<chain>-<asset>\"")
}
}
}
Expand Down

0 comments on commit bc110ab

Please sign in to comment.