diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-03-29 11:14:47 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-03-29 11:15:02 +0200 |
commit | b35a59179359709df21eb026d35f4124ce90fbd1 (patch) | |
tree | 48cb49647f14ec9cb8f9259500b52d96250e1821 /qa/pull-tester/rpc-tests.py | |
parent | 2676e12016dbe638382e01fa562583186b73bb40 (diff) | |
parent | f1bb13c93da5d4bedf9dd2cd7357008376e9a2b4 (diff) |
Merge #7558: [RPC] Add import/removeprunedfunds rpc call
f1bb13c Added companion removeprunedfunds call. (instagibbs)
7eb7029 Add importprunedfunds rpc call (instagibbs)
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 74be96da74..10b51fef7a 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -116,6 +116,7 @@ testScripts = [ 'invalidtxrequest.py', 'abandonconflict.py', 'p2p-versionbits-warning.py', + 'importprunedfunds.py', ] testScriptsExt = [ 'bip65-cltv.py', @@ -127,6 +128,7 @@ testScriptsExt = [ 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', + 'pruning.py', 'forknotify.py', 'invalidateblock.py', # 'rpcbind_test.py', #temporary, bug in libevent, see #6655 |