Add functional test for block sync from inbound peers

This commit is contained in:
Suhas Daftuar
2022-01-26 15:59:09 -05:00
parent 0569b5c4bb
commit 48262a00f5
2 changed files with 38 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ BASE_SCRIPTS = [
'wallet_avoidreuse.py --descriptors',
'mempool_reorg.py',
'mempool_persist.py',
'p2p_block_sync.py',
'wallet_multiwallet.py --legacy-wallet',
'wallet_multiwallet.py --descriptors',
'wallet_multiwallet.py --usecli',