diff options
Diffstat (limited to 'src/wallets.rs')
-rw-r--r-- | src/wallets.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallets.rs b/src/wallets.rs index ca43e0a..cc4f157 100644 --- a/src/wallets.rs +++ b/src/wallets.rs @@ -13,6 +13,7 @@ use bdk::{ template::{Bip44Public, Bip49Public, Bip84Public, Bip86Public}, KeychainKind, SyncOptions, TransactionDetails, Wallet, }; +use log::{debug, error, warn}; use serde::Deserialize; use crate::blockchain::{get_blockchain, ElectrumConfig}; |