Skip to content

Commit 600f3a0

Browse files
authored
Feat: Make random bytes deterministic within the test test_restored_packages_retry fixes lightningdevkit#2827
1 parent 547673c commit 600f3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/monitor_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,7 @@ fn do_test_restored_packages_retry(check_old_monitor_retries_after_upgrade: bool
19771977
let node_deserialized;
19781978

19791979
let mut nodes = create_network(2, &node_cfgs, &node_chanmgrs);
1980-
1980+
19811981
// Open a channel, lock in an HTLC, and immediately broadcast the commitment transaction. This
19821982
// ensures that the HTLC timeout package is held until we reach its expiration height.
19831983
let (_, _, chan_id, funding_tx) = create_announced_chan_between_nodes_with_value(&nodes, 0, 1, 100_000, 50_000_000);

0 commit comments

Comments
 (0)