mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Add context to log messages
This commit is contained in:
parent
48e5eb8d6c
commit
9f046944a5
@ -388,12 +388,12 @@ impl State3 {
|
||||
where
|
||||
W: bitcoin::WatchForRawTransaction,
|
||||
{
|
||||
tracing::info!("{}", self.tx_lock.txid());
|
||||
tracing::info!("watching for lock btc with txid: {}", self.tx_lock.txid());
|
||||
let tx = bitcoin_wallet
|
||||
.watch_for_raw_transaction(self.tx_lock.txid())
|
||||
.await?;
|
||||
|
||||
tracing::info!("{}", tx.txid());
|
||||
tracing::info!("tx lock seen with txid: {}", tx.txid());
|
||||
|
||||
Ok(State4 {
|
||||
a: self.a,
|
||||
|
Loading…
Reference in New Issue
Block a user