Simplified driver code a bit

This commit is contained in:
Dave Hrycyszyn
2024-07-24 18:14:08 +01:00
parent 479abcbba2
commit 09c10b8d45
2 changed files with 16 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
use std::{collections::BTreeSet, fs, io::Write};
use std::fs;
use bdk::keys::bip39::Mnemonic;
use bdk_esplora::{
@@ -6,7 +6,7 @@ use bdk_esplora::{
EsploraAsyncExt,
};
use bdk_wallet::{
bitcoin::{Address, Amount, Network, Script},
bitcoin::{Address, Amount, Network},
chain::ConfirmationTimeHeightAnchor,
keys::{DerivableKey, ExtendedKey},
wallet::AddressInfo,