Skip to content

Commit 02178fa

Browse files
committed
f drop stale comment
1 parent da9273d commit 02178fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fuzz/src/chanmon_consistency.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,8 +1549,6 @@ pub fn do_test<Out: Output>(data: &[u8], underlying_out: Out, anchors: bool) {
15491549
bc_events.clear();
15501550
cb_events.clear();
15511551
}
1552-
// Note that we ensure 0x2d represents "use oldest monitor" to retain backwards
1553-
// compatibility with existing fuzz corpuses by using setting v % 3 == 0
15541552
let (new_node_b, new_monitor_b) =
15551553
reload_node!(node_b_ser, 1, monitor_b, v, keys_manager_b, fee_est_b);
15561554
nodes[1] = new_node_b;

0 commit comments

Comments
 (0)