Add trivial test of monitor update failure during block connection
[rust-lightning] / lightning / src / ln / functional_tests.rs
index f144dbd9ad61faab79d73e82def57ef91cfd7106..37c319c5799107b2e5bb97f282ed6f2d4a2f250e 100644 (file)
@@ -42,9 +42,6 @@ use bitcoin::blockdata::opcodes;
 use bitcoin::blockdata::constants::genesis_block;
 use bitcoin::network::constants::Network;
 
-use bitcoin::hashes::sha256::Hash as Sha256;
-use bitcoin::hashes::Hash;
-
 use bitcoin::secp256k1::Secp256k1;
 use bitcoin::secp256k1::key::{PublicKey,SecretKey};