Skip to content

Commit f2aa770

Browse files
committed
tests: since features are longer now, so bytes read is longer
Since the node announcements now include the 55th bit flag for keysends, the total amount of bytes read from disk is now +8
1 parent d6d26dd commit f2aa770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gossip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ def test_gossip_store_compact_on_load(node_factory, bitcoind):
14561456
l2.restart()
14571457

14581458
wait_for(lambda: l2.daemon.is_in_log(r'gossip_store_compact_offline: [5-8] deleted, 9 copied'))
1459-
wait_for(lambda: l2.daemon.is_in_log(r'gossip_store: Read 1/4/2/0 cannounce/cupdate/nannounce/cdelete from store \(0 deleted\) in 1452 bytes'))
1459+
wait_for(lambda: l2.daemon.is_in_log(r'gossip_store: Read 1/4/2/0 cannounce/cupdate/nannounce/cdelete from store \(0 deleted\) in 1460 bytes'))
14601460

14611461

14621462
def test_gossip_announce_invalid_block(node_factory, bitcoind):

0 commit comments

Comments
 (0)