mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-29 11:47:28 -04:00
Demote / promote log messages to their appropriate level
This commit is contained in:
parent
7387884e6d
commit
bbbe5f7ae8
7 changed files with 25 additions and 22 deletions
|
@ -275,7 +275,7 @@ impl State2 {
|
|||
{
|
||||
let signed_tx_lock = bitcoin_wallet.sign_tx_lock(self.tx_lock.clone()).await?;
|
||||
|
||||
tracing::info!("{}", self.tx_lock.txid());
|
||||
tracing::debug!("locking BTC in transaction {}", self.tx_lock.txid());
|
||||
let _ = bitcoin_wallet
|
||||
.broadcast_signed_transaction(signed_tx_lock)
|
||||
.await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue