Add functional test for block announcements during initial headers sync

This commit is contained in:
Suhas Daftuar
2022-07-27 11:47:13 -04:00
parent 05f7f31598
commit f6a916683d
2 changed files with 106 additions and 0 deletions

View File

@@ -246,6 +246,7 @@ BASE_SCRIPTS = [
'rpc_generate.py',
'wallet_balance.py --legacy-wallet',
'wallet_balance.py --descriptors',
'p2p_initial_headers_sync.py',
'feature_nulldummy.py',
'mempool_accept.py',
'mempool_expiry.py',