From aa6ecad90ec86199ed3628168d4a75d3afc2d22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADckolas=20Goline?= Date: Wed, 6 May 2026 07:30:17 -0300 Subject: [PATCH] test: fix block generation in `test_close_72_block_delay` to reflect correct depth --- tests/test_gossip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gossip.py b/tests/test_gossip.py index 13724b9f97..326a4391af 100644 --- a/tests/test_gossip.py +++ b/tests/test_gossip.py @@ -2059,7 +2059,7 @@ def test_close_72_block_delay(node_factory, bitcoind): # That implies 72 blocks *after* spending, i.e. 73 blocks deep! # 72 blocks deep, l4 still sees it - bitcoind.generate_block(71) + bitcoind.generate_block(70) sync_blockheight(bitcoind, [l4]) assert len(l4.rpc.listchannels(source=l1.info['id'])['channels']) == 1