Skip to content

Commit 26c98c8

Browse files
committed
f fix fuzz + bench
1 parent 23c14cd commit 26c98c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fuzz/src/router.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
222222
channel_type: None,
223223
short_channel_id: Some(scid),
224224
inbound_scid_alias: None,
225+
outbound_scid_alias: None,
225226
channel_value_satoshis: capacity,
226227
user_channel_id: 0, inbound_capacity_msat: 0,
227228
unspendable_punishment_reserve: None,

lightning/src/routing/router.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5475,6 +5475,7 @@ mod benches {
54755475
channel_type: None,
54765476
short_channel_id: Some(1),
54775477
inbound_scid_alias: None,
5478+
outbound_scid_alias: None,
54785479
channel_value_satoshis: 10_000_000,
54795480
user_channel_id: 0,
54805481
balance_msat: 10_000_000,

0 commit comments

Comments
 (0)