Printing wwallet sync to log
This commit is contained in:
@@ -20,6 +20,7 @@ pub struct BitcoinClient {
|
||||
|
||||
impl BitcoinClient {
|
||||
pub(crate) fn sync(&self) -> anyhow::Result<()> {
|
||||
tracing::info!("syncing {}'s wallet", self.name);
|
||||
self.wallet.sync(&self.blockchain, SyncOptions::default())?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user