Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
svyatonik committed Mar 4, 2022
commit 654ce5fbcafdd60c952bd189860ad6d60911117a
2 changes: 1 addition & 1 deletion relays/bin-substrate/src/cli/swap_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ impl SwapTokens {
//

if is_transfer_succeeded {
log::info!(target: "bridge", "Claiming the swap swap");
log::info!(target: "bridge", "Claiming the swap");

// prepare `claim_swap` message that will be sent over the bridge
let claim_swap_call: CallOf<Source> =
Expand Down