Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Oct 9, 2024
1 parent 38131e4 commit 12a6e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/swap_out/reverseswap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ impl BTCSendSwap {

if let Some(tx) = &claim_tx {
info!(
"Cound claim tx for reverse swap {:?}: {:?}, status: {:?}",
"Found claim tx for reverse swap {:?}: {:?}, status: {:?}",
rsi.id, tx.txid, claim_tx_status
);
}
Expand Down

0 comments on commit 12a6e58

Please sign in to comment.