diff options
author | Pedro Branco <branco@uphold.com> | 2016-06-16 15:57:48 +0100 |
---|---|---|
committer | Pedro Branco <branco@uphold.com> | 2016-10-19 15:17:13 +0100 |
commit | cb08fdbf78685b55029768524ca867772711c32b (patch) | |
tree | c41c0169a7a428f93527eb715ec2ae9de2df7e70 /qa/pull-tester/rpc-tests.py | |
parent | 97c7f7362f9b59247753d6e8fa8022a6205f9c09 (diff) |
Add importmulti rpc call
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 7430bb2256..778f8d8a77 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') |