Demote / promote log messages to their appropriate level

This commit is contained in:
Thomas Eizinger 2021-02-26 17:03:07 +11:00
parent 7387884e6d
commit bbbe5f7ae8
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
7 changed files with 25 additions and 22 deletions

View file

@ -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?;