Give peers one timer tick to finish handshake before disconnecting
[rust-lightning] / lightning / src / routing / router.rs
index bfc4afd9adfbbb36d133a6d475bf571cc8b034c0..4083114dcb9d8d87ced272d97bda61782f28d78e 100644 (file)
@@ -1362,7 +1362,7 @@ mod tests {
                        funding_txo: Some(OutPoint { txid: bitcoin::Txid::from_slice(&[0; 32]).unwrap(), index: 0 }),
                        short_channel_id,
                        channel_value_satoshis: 0,
-                       user_id: 0,
+                       user_channel_id: 0,
                        outbound_capacity_msat,
                        inbound_capacity_msat: 42,
                        unspendable_punishment_reserve: None,