lightningd: --dev-low-prio-anchor-blocks and test for low-priority anchors.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-11-26 01:16:43 +10:30
parent de30f9c4b2
commit 20257c3308
5 changed files with 42 additions and 5 deletions

View File

@@ -307,6 +307,9 @@ struct lightningd {
bool dev_throttle_gossip;
bool dev_suppress_gossip;
/* How long to aim for low-priority commitment closes */
u32 dev_low_prio_anchor_blocks;
/* Speedup reconnect delay, for testing. */
bool dev_fast_reconnect;