Skip to content

Commit

Permalink
del temp tx hex logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Jan 17, 2025
1 parent f321ac0 commit afb417e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm2src/mm2_main/src/lp_swap/taker_swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@ impl TakerSwap {

let tx_hash = transaction.tx_hash_as_bytes();
info!("Taker fee tx hash {:02x}", tx_hash);
info!("Taker fee tx hex {:02x}", BytesJson::from(transaction.tx_hex()));
let tx_ident = TransactionIdentifier {
tx_hex: BytesJson::from(transaction.tx_hex()),
tx_hash,
Expand Down Expand Up @@ -1787,7 +1786,6 @@ impl TakerSwap {
let tx_hash = transaction.tx_hash_as_bytes();
let tx_hex = BytesJson::from(transaction.tx_hex());
info!("Taker payment tx hash {:02x}", tx_hash);
info!("Taker payment tx_hex {:02x}", tx_hex);
let tx_ident = TransactionIdentifier {
tx_hex: tx_hex.clone(),
tx_hash,
Expand Down

0 comments on commit afb417e

Please sign in to comment.