diff options
| author | Pedro Branco <[email protected]> | 2016-06-16 15:57:48 +0100 |
|---|---|---|
| committer | Pedro Branco <[email protected]> | 2016-10-19 15:17:13 +0100 |
| commit | cb08fdbf78685b55029768524ca867772711c32b (patch) | |
| tree | c41c0169a7a428f93527eb715ec2ae9de2df7e70 /qa/pull-tester | |
| parent | Merge #8788: [RPC] Give RPC commands more information about the RPC request (diff) | |
| download | discoin-cb08fdbf78685b55029768524ca867772711c32b.tar.xz discoin-cb08fdbf78685b55029768524ca867772711c32b.zip | |
Add importmulti rpc call
Diffstat (limited to 'qa/pull-tester')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 7430bb225..778f8d8a7 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -145,6 +145,7 @@ testScripts = [ 'signmessages.py', 'p2p-compactblocks.py', 'nulldummy.py', + 'importmulti.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') |