Skip to content

Commit

Permalink
test: add missing dnsseed=0 in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Mar 25, 2024
1 parent 081d8db commit 446076d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/test_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def write_config(config_path, *, n, chain, extra_config=""):
f.write("server=1\n")
f.write("keypool=1\n")
f.write("discover=0\n")
f.write("dnsseed=0\n")
f.write("listenonion=0\n")
f.write("printtoconsole=0\n")
f.write("upnp=0\n")
Expand Down

0 comments on commit 446076d

Please sign in to comment.