Merge pull request #1121 from TheBlueMatt/2021-10-return-temp-id
[rust-lightning] / fuzz / src / router.rs
index f08d66aeb06592d22735adec69ff4758383bc8b7..6a207254ac9992e172d0fb194d7f6b76745e8d80 100644 (file)
@@ -217,7 +217,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                funding_txo: Some(OutPoint { txid: bitcoin::Txid::from_slice(&[0; 32]).unwrap(), index: 0 }),
                                                                short_channel_id: Some(scid),
                                                                channel_value_satoshis: slice_to_be64(get_slice!(8)),
-                                                               user_id: 0, inbound_capacity_msat: 0,
+                                                               user_channel_id: 0, inbound_capacity_msat: 0,
                                                                unspendable_punishment_reserve: None,
                                                                confirmations_required: None,
                                                                force_close_spend_delay: None,