From efd8915079580c50fc5551141ca8f41b31e07a10 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Thu, 14 Nov 2024 21:32:06 +0200 Subject: [PATCH] fix typo --- lib/core/src/wallet.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/src/wallet.rs b/lib/core/src/wallet.rs index 3b3647e..2cf72e5 100644 --- a/lib/core/src/wallet.rs +++ b/lib/core/src/wallet.rs @@ -135,7 +135,7 @@ impl LiquidOnchainWallet { let mut path = working_dir.as_ref().to_path_buf(); path.push(elements_network.as_str()); fs::remove_dir_all(&path)?; - warn!("Wippping wallet in path: {:?}", path); + warn!("Wiping wallet in path: {:?}", path); lwk_persister = FsPersister::new(working_dir, elements_network, &descriptor)?; Ok(Wollet::new( elements_network, @@ -333,7 +333,7 @@ impl OnchainWallet for LiquidOnchainWallet { ) { Ok(()) => Ok(()), Err(lwk_wollet::Error::UpdateHeightTooOld { .. }) => { - warn!("Full scan failed with update height too old, wipping storage and retrying"); + warn!("Full scan failed with update height too old, wiping storage and retrying"); let mut new_wallet = Self::create_wallet(&self.config, &self.working_dir, &self.signer)?; lwk_wollet::full_scan_to_index_with_electrum_client(