Skip to content

Commit 453c567

Browse files
committed
tests: Disable Tor interaction
This is unnecessary during the current tests (any test for Tor interaction can explicitly enable it) and interferes with the proxy test. Github-Pull: #7170 Rebased-From: 4c40ec0
1 parent 9ef7c54 commit 453c567

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

qa/rpc-tests/test_framework/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def initialize_datadir(dirname, n):
107107
f.write("rpcpassword=rt\n");
108108
f.write("port="+str(p2p_port(n))+"\n");
109109
f.write("rpcport="+str(rpc_port(n))+"\n");
110+
f.write("listenonion=0\n");
110111
return datadir
111112

112113
def initialize_chain(test_dir):
@@ -453,4 +454,4 @@ def create_lots_of_big_transactions(node, txouts, utxos, fee):
453454
signresult = node.signrawtransaction(newtx, None, None, "NONE")
454455
txid = node.sendrawtransaction(signresult["hex"], True)
455456
txids.append(txid)
456-
return txids
457+
return txids

0 commit comments

Comments
 (0)