Merge pull request #1401 from TheBlueMatt/2022-02-0conf-round-two
[rust-lightning] / fuzz / src / router.rs
index 27c5ee2b7ca108a19bbe9f7ca3c5a7a5f91d01ae..80ea1f1bc73d6932e4ab3db1a2da8904b0f77f14 100644 (file)
@@ -23,7 +23,7 @@ use lightning::util::ser::Readable;
 use lightning::routing::network_graph::{NetworkGraph, RoutingFees};
 
 use bitcoin::hashes::Hash;
-use bitcoin::secp256k1::key::PublicKey;
+use bitcoin::secp256k1::PublicKey;
 use bitcoin::network::constants::Network;
 use bitcoin::blockdata::constants::genesis_block;
 
@@ -222,6 +222,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                channel_type: None,
                                                                short_channel_id: Some(scid),
                                                                inbound_scid_alias: None,
+                                                               outbound_scid_alias: None,
                                                                channel_value_satoshis: capacity,
                                                                user_channel_id: 0, inbound_capacity_msat: 0,
                                                                unspendable_punishment_reserve: None,