Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 9, 2023
1 parent c676fa2 commit 5dc620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/tendermint/tendermint_coin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ impl TendermintCoin {
amount: Vec<Coin>,
secret_hash: &[u8],
) -> String {
// Needs to be sorted if cointains multiple coins
// Needs to be sorted if contains multiple coins
// let mut amount = amount;
// amount.sort();

Expand Down

0 comments on commit 5dc620a

Please sign in to comment.