Add importmulti rpc call

This commit is contained in:
Pedro Branco
2016-06-16 15:57:48 +01:00
parent 97c7f7362f
commit cb08fdbf78
7 changed files with 698 additions and 0 deletions

View File

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