mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-03 19:16:40 -04:00
Revert log statement
This commit is contained in:
parent
37f619dbfc
commit
28429fa9fe
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ async fn main() -> Result<()> {
|
||||||
let swap_id = Uuid::new_v4();
|
let swap_id = Uuid::new_v4();
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"Swap sending {} and receiving {} starting with ID {}",
|
"Swap sending {} and receiving {} started with ID {}",
|
||||||
send_monero, receive_bitcoin, swap_id
|
send_monero, receive_bitcoin, swap_id
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ async fn main() -> Result<()> {
|
||||||
let swap_id = Uuid::new_v4();
|
let swap_id = Uuid::new_v4();
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"Swap sending {} and receiving {} starting with ID {}",
|
"Swap sending {} and receiving {} started with ID {}",
|
||||||
send_bitcoin, receive_monero, swap_id
|
send_bitcoin, receive_monero, swap_id
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue