mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
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.
This commit is contained in:
parent
792259278e
commit
4c40ec0451
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue