Skip to content

Commit

Permalink
fix: remove txid logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yse committed Mar 28, 2024
1 parent 61592bc commit 21214ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swaps/liquid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ impl LBtcSwapScript {
return Err(Error::Protocol("No Transaction History".to_string()));
}
let bitcoin_txid = history.last().expect("txid expected").tx_hash;
println!("{}", bitcoin_txid);
let raw_tx = electrum_client.transaction_get_raw(&bitcoin_txid)?;
let tx: Transaction = elements::encode::deserialize(&raw_tx)?;
let mut vout = 0;
Expand Down

0 comments on commit 21214ce

Please sign in to comment.