diff options
author | Gregory Maxwell <greg@xiph.org> | 2015-11-30 12:05:56 -0800 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2015-11-30 12:25:28 -0800 |
commit | 438ee59839ad49bf629452279478462c987b7137 (patch) | |
tree | d5b311693784348db81dcef98b145c60d6bd2be4 /qa/pull-tester | |
parent | 34e02e0147188a7e364489db23128a05505e7a4c (diff) | |
parent | d52fbf00e32fb0565652c9a62cdaf2bc1e2dddf0 (diff) |
Merge pull request #7044
d52fbf0 Added additional config option for multiple RPC users. (Gregory Sanders)
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 5004b09c18..73205dc217 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -79,6 +79,7 @@ testScripts = [ 'mempool_spendcoinbase.py', 'mempool_coinbase_spends.py', 'httpbasics.py', + 'multi_rpc.py', 'zapwallettxes.py', 'proxy_test.py', 'merkle_blocks.py', |