diff options
| author | MarcoFalke <[email protected]> | 2016-09-25 15:01:31 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-09-25 15:01:29 +0200 |
| commit | fa6e71b27d00766897f3e69775d450924a58a153 (patch) | |
| tree | 2bac0e29a09fb651d43f823918ed7a0e7325cb5e /qa/rpc-tests/rpcbind_test.py | |
| parent | [rpc] Deprecate getinfo (diff) | |
| download | discoin-fa6e71b27d00766897f3e69775d450924a58a153.tar.xz discoin-fa6e71b27d00766897f3e69775d450924a58a153.zip | |
[qa] Add getinfo smoke tests and rework versionbits test
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
| -rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 144c2f4cd..085024e26 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] |