From fa730e915766b012ff145e3c2af782668defb21f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 21 Feb 2021 10:53:58 +0100 Subject: test: Avoid connecting to real network when running tests Can be reviewed with --word-diff-regex=. --- test/functional/test_framework/util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_framework/util.py') 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") -- cgit v1.2.3