diff --git a/libs/sdk-core/src/swap_out/reverseswap.rs b/libs/sdk-core/src/swap_out/reverseswap.rs index b61120ca6..4d725e346 100644 --- a/libs/sdk-core/src/swap_out/reverseswap.rs +++ b/libs/sdk-core/src/swap_out/reverseswap.rs @@ -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 ); }