diff --git a/daemon/src/wallet.rs b/daemon/src/wallet.rs index bd05a4cae..e37db9890 100644 --- a/daemon/src/wallet.rs +++ b/daemon/src/wallet.rs @@ -115,7 +115,7 @@ impl Actor { fn sync_internal(&mut self) -> Result { self.wallet - .sync(NoopProgress, None) + .sync(NoopProgress, Some(1000)) .context("Failed to sync wallet")?; let balance = self.wallet.get_balance()?;