Add p2p test for BIP 152 (compact blocks)

Github-Pull: #8418
Rebased-From: 45c7ddd109465e03551f5b39c2e650c243b4a078
This commit is contained in:
Suhas Daftuar
2016-07-12 16:05:02 -04:00
committed by Wladimir J. van der Laan
parent f6be478b0a
commit fb8706ebd7
2 changed files with 609 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ testScripts = [
'segwit.py',
'importprunedfunds.py',
'signmessages.py',
'p2p-compactblocks.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')