From 20e45b7af055733af6863a6a297b03a7dc13c8d7 Mon Sep 17 00:00:00 2001 From: LLFourn Date: Tue, 21 Feb 2023 17:20:30 +1100 Subject: [PATCH] Add back test-hardware-signer feature --- crates/bdk/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bdk/Cargo.toml b/crates/bdk/Cargo.toml index bf8d1c79..ca0efa9c 100644 --- a/crates/bdk/Cargo.toml +++ b/crates/bdk/Cargo.toml @@ -38,6 +38,7 @@ compiler = ["miniscript/compiler"] all-keys = ["keys-bip39"] keys-bip39 = ["bip39"] hardware-signer = ["hwi"] +test-hardware-signer = ["hardware-signer"] [dev-dependencies] lazy_static = "1.4"