Merge pull request #1023 from TheBlueMatt/2021-07-par-gossip-processing
[rust-lightning] / lightning / src / util / test_utils.rs
index 0aa39e8a979ee90c639a6ee97c6f6afb2d1fb7a5..b5953834c8cacbefd28dfc4c892bd7d700b8e94c 100644 (file)
@@ -35,8 +35,8 @@ use bitcoin::blockdata::block::BlockHeader;
 use bitcoin::network::constants::Network;
 use bitcoin::hash_types::{BlockHash, Txid};
 
-use bitcoin::secp256k1::{SecretKey, PublicKey, Secp256k1, Signature};
-use bitcoin::secp256k1::recovery::RecoverableSignature;
+use bitcoin::secp256k1::{SecretKey, PublicKey, Secp256k1, ecdsa::Signature};
+use bitcoin::secp256k1::ecdsa::RecoverableSignature;
 
 use regex;