Skip to content

Commit

Permalink
Merge pull request #7170
Browse files Browse the repository at this point in the history
4c40ec0 tests: Disable Tor interaction (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Dec 5, 2015
2 parents 7922592 + 4c40ec0 commit a2822b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/rpc-tests/test_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a2822b9

Please sign in to comment.