Simplified driver code a bit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user