test: add missing dnsseed=0 in configuration

line added in fa31dc1bf4 (diff-e20e1f68486e5c096fdc11bca1cda063aacef524411f011d9c3497eb650c5eafR301)
This commit is contained in:
Kittywhiskers Van Gogh 2024-03-23 15:31:06 +00:00
parent 081d8db4d5
commit 446076d094
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -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")