repaired faucet tests by second node adding

This commit is contained in:
Anton Lysakov
2018-11-21 20:46:36 +06:00
parent 6d80013f04
commit 572db45f9d
2 changed files with 41 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ def initialize_datadir(dirname, n):
# plus CLI arguments. This is for komodod tests
print("Writing to " + os.path.join(datadir,"komodo.conf"))
with open(os.path.join(datadir, "komodo.conf"), 'w') as f:
#f.write("regtest=1\n");
f.write("regtest=1\n");
f.write("txindex=1\n");
f.write("server=1\n");
f.write("showmetrics=0\n");