diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-16 18:21:03 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-17 21:40:56 +0200 |
commit | 9d79afe9a925c4aaed5d922ee432e9b3aa4d877a (patch) | |
tree | ba7fe24b1e1112d727fe0c47466e8e7fc3355733 /qa/pull-tester | |
parent | 1f02b802538ff16313c27f1539860ee06b907c7c (diff) |
add RPC tests for setban & disconnectnode
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 9b318650e9..426d81fa90 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -32,6 +32,7 @@ testScripts=( 'merkle_blocks.py' 'signrawtransactions.py' 'walletbackup.py' + 'nodehandling.py' ); testScriptsExt=( 'bipdersig-p2p.py' |