From 13127e1cc843a83b00b1ee498ae07b66524d552a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 23 Apr 2024 12:45:14 +0100 Subject: Avoid extern crate Causes issues with rust-analyzer --- src/wallets.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallets.rs') 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}; -- cgit v1.2.3-70-g09d2