diff --git a/swap/src/bin/swap_cli.rs b/swap/src/bin/swap_cli.rs index 75bf94fd..4304de94 100644 --- a/swap/src/bin/swap_cli.rs +++ b/swap/src/bin/swap_cli.rs @@ -117,12 +117,15 @@ async fn main() -> Result<()> { } debug!("Received {}", bitcoin_wallet.balance().await?); + } else { + debug!( + "Still got {} left in wallet, swapping ...", + bitcoin_wallet.balance().await? + ); } let send_bitcoin = bitcoin_wallet.max_giveable(TxLock::script_size()).await?; - info!("Swapping {} ...", send_bitcoin); - let bob_factory = Builder::new( seed, db,