aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-02-21 10:53:58 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-02-21 11:02:58 +0100
commitfa730e915766b012ff145e3c2af782668defb21f (patch)
tree2e6f71d5ffc36402f3d6a39a3d49a23568e0fec8 /test/functional/test_framework/util.py
parentfa1b713941f71b077da07e9dedb743c7e99c3ca8 (diff)
downloadbitcoin-fa730e915766b012ff145e3c2af782668defb21f.tar.xz
test: Avoid connecting to real network when running tests
Can be reviewed with --word-diff-regex=.
Diffstat (limited to 'test/functional/test_framework/util.py')
-rw-r--r--test/functional/test_framework/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index 123c48852c..d335d4ea79 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -368,6 +368,7 @@ def write_config(config_path, *, n, chain, extra_config=""):
f.write("keypool=1\n")
f.write("discover=0\n")
f.write("dnsseed=0\n")
+ f.write("fixedseeds=0\n")
f.write("listenonion=0\n")
f.write("printtoconsole=0\n")
f.write("upnp=0\n")