fixup! fix(asb): use unlocked monero balance for quotes

pull/1195/head
Byron Hambly 2 years ago
parent f09b237e15
commit 08426d8171
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

@ -253,6 +253,7 @@ async fn main() -> Result<()> {
let bitcoin_wallet = init_bitcoin_wallet(&config, &seed, env_config).await?;
let bitcoin_balance = bitcoin_wallet.balance().await?;
tracing::info!(%bitcoin_balance);
tracing::info!(%bitcoin_balance, %monero_balance, "Current balance");
}
Command::Cancel { swap_id } => {
let bitcoin_wallet = init_bitcoin_wallet(&config, &seed, env_config).await?;

Loading…
Cancel
Save