mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 06:59:36 -05:00
Improve logging for Swap Cli.
This commit is contained in:
parent
4f45a26a83
commit
493545d07f
@ -343,7 +343,12 @@ where
|
||||
{
|
||||
debug!("Requesting quote");
|
||||
let bid_quote = bid_quote.await?;
|
||||
info!("Received quote: 1 XMR ~ {}", bid_quote.price);
|
||||
info!(
|
||||
minimum_amount = %bid_quote.min_quantity,
|
||||
maximum_amount = %bid_quote.max_quantity,
|
||||
"Received quote: 1 XMR ~ {}",
|
||||
bid_quote.price
|
||||
);
|
||||
|
||||
let mut current_maximum_giveable = max_giveable().await?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user