mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-10-12 05:20:53 -04:00
Remove syncing
wallet log
BDK already has a log line for the sync that we could enable if we wanted such a log. Additionally, _we_ are not actually syncing the wallet, bdk is so our log line was lying. It should have said "calling bdk to sync wallet".
This commit is contained in:
parent
fffa679f42
commit
7d324d966a
2 changed files with 1 additions and 2 deletions
|
@ -111,7 +111,6 @@ impl Wallet {
|
|||
}
|
||||
|
||||
pub async fn sync_wallet(&self) -> Result<()> {
|
||||
tracing::debug!("syncing wallet");
|
||||
self.inner.lock().await.sync(noop_progress(), None)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue