Skip to content

Commit 924ebde

Browse files
committed
last_update squash
1 parent f7eb3d4 commit 924ebde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/fuzz_targets/router_target.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ pub fn do_test(data: &[u8]) {
223223
fee_proportional_millionths: slice_to_be32(get_slice!(4)),
224224
cltv_expiry_delta: slice_to_be16(get_slice!(2)),
225225
htlc_minimum_msat: slice_to_be64(get_slice!(8)),
226+
last_update: 0,
226227
});
227228
}
228229
&last_hops_vec[..]

0 commit comments

Comments
 (0)