aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcbind_test.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-25 15:01:31 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-09-25 15:01:29 +0200
commitfa6e71b27d00766897f3e69775d450924a58a153 (patch)
tree2bac0e29a09fb651d43f823918ed7a0e7325cb5e /qa/rpc-tests/rpcbind_test.py
parentddddaafa4aca2725a18606a38c3341a8637b0c3b (diff)
downloadbitcoin-fa6e71b27d00766897f3e69775d450924a58a153.tar.xz
[qa] Add getinfo smoke tests and rework versionbits test
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
-rwxr-xr-xqa/rpc-tests/rpcbind_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py
index 144c2f4cd4..085024e268 100755
--- a/qa/rpc-tests/rpcbind_test.py
+++ b/qa/rpc-tests/rpcbind_test.py
@@ -44,7 +44,7 @@ class RPCBindTest(BitcoinTestFramework):
def run_allowip_test(self, allow_ips, rpchost, rpcport):
'''
- Start a node with rpcwallow IP, and request getnetworkinfo
+ Start a node with rpcallow IP, and request getnetworkinfo
at a non-localhost IP.
'''
base_args = ['-disablewallet', '-nolisten'] + ['-rpcallowip='+x for x in allow_ips]