Rename create_channel param to user_channel_id to standardize it
[rust-lightning] / lightning / src / routing / router.rs
index d6adb889d5060fe7e4122ba42e733a5e6615584a..9e02e10f94381949a86a25becd8887111a65a322 100644 (file)
@@ -1327,7 +1327,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,