Merge #8636: Implement NULLDUMMY softfork (BIP147)

482f852 Implement NULLDUMMY softfork (Johnson Lau)
This commit is contained in:
Wladimir J. van der Laan
2016-09-22 10:20:44 +02:00
3 changed files with 150 additions and 0 deletions

View File

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