Implement chain::Confirm for relevant structs
[rust-lightning] / fuzz / src / peer_crypt.rs
index 176a7caab6530dcbf0d6f7cf0f704a9d7e21d96c..f41137fc828b02c003110d34d4f91f4f84fd51d4 100644 (file)
@@ -1,6 +1,15 @@
+// This file is Copyright its original authors, visible in version control
+// history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
+// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
+// You may not use this file except in accordance with one or both of these
+// licenses.
+
 use lightning::ln::peer_channel_encryptor::PeerChannelEncryptor;
 
-use secp256k1::key::{PublicKey,SecretKey};
+use bitcoin::secp256k1::key::{PublicKey,SecretKey};
 
 use utils::test_logger;