Derive Clone + Debug for TxBuilder

And make Wallet Debug while I'm at it.
This commit is contained in:
LLFourn
2021-01-22 14:11:29 +11:00
parent 10fcba9439
commit 6fe3be0243
4 changed files with 8 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ use bitcoin::hashes::hex::FromHex;
use bitcoin::util::bip32::Fingerprint;
use bitcoin::{Network, Script};
#[derive(Debug)]
struct DummyValidator;
impl AddressValidator for DummyValidator {
fn validate(