mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Print message upon syncing monero wallet
This commit is contained in:
parent
3bdc41d509
commit
2e7954fcbb
@ -247,6 +247,7 @@ async fn next_state(
|
||||
}
|
||||
|
||||
// Ensure that the generated wallet is synced so we have a proper balance
|
||||
tracing::info!("Syncing Monero wallet. This might take some time...");
|
||||
monero_wallet.refresh().await?;
|
||||
// Sweep (transfer all funds) to the given address
|
||||
let tx_hashes = monero_wallet.sweep_all(monero_receive_address).await?;
|
||||
|
Loading…
Reference in New Issue
Block a user