We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eb3d4 commit 924ebdeCopy full SHA for 924ebde
fuzz/fuzz_targets/router_target.rs
@@ -223,6 +223,7 @@ pub fn do_test(data: &[u8]) {
223
fee_proportional_millionths: slice_to_be32(get_slice!(4)),
224
cltv_expiry_delta: slice_to_be16(get_slice!(2)),
225
htlc_minimum_msat: slice_to_be64(get_slice!(8)),
226
+ last_update: 0,
227
});
228
}
229
&last_hops_vec[..]
0 commit comments