remove duplicate is_empty from DerivationAdditions

This commit is contained in:
Vladimir Fomene
2023-07-14 17:52:08 +03:00
parent 81c7613391
commit f5074ee3ae
2 changed files with 2 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ mod common;
use bdk_chain::{
collections::BTreeMap,
keychain::{DerivationAdditions, KeychainTxOutIndex},
Append,
};
use bitcoin::{secp256k1::Secp256k1, OutPoint, Script, Transaction, TxOut};