diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-05 10:10:31 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-05 10:10:47 +0100 |
commit | a2822b97cb838d644684aad55660399550dbbf79 (patch) | |
tree | e82ac4cb38039b3d3f81c2520cb52d35ba09b56c | |
parent | 792259278e4f2e43d7e09f89335ed80979449b1d (diff) | |
parent | 4c40ec0451a8f279f3e2e40af068c9451afd699e (diff) |
Merge pull request #7170
4c40ec0 tests: Disable Tor interaction (Wladimir J. van der Laan)
-rw-r--r-- | qa/rpc-tests/test_framework/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/test_framework/util.py b/qa/rpc-tests/test_framework/util.py index b7e90a8a8b..72df3ae685 100644 --- a/qa/rpc-tests/test_framework/util.py +++ b/qa/rpc-tests/test_framework/util.py @@ -107,6 +107,7 @@ def initialize_datadir(dirname, n): f.write("rpcpassword=rt\n"); f.write("port="+str(p2p_port(n))+"\n"); f.write("rpcport="+str(rpc_port(n))+"\n"); + f.write("listenonion=0\n"); return datadir def initialize_chain(test_dir): |