Add p2p test for BIP 152 (compact blocks)

This commit is contained in:
Suhas Daftuar
2016-07-12 16:05:02 -04:00
parent 9a22a6c089
commit 45c7ddd109
2 changed files with 609 additions and 0 deletions

View File

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