Disable discv4 by default

This commit is contained in:
Sahil-4555 2026-01-13 10:33:49 +05:30
parent da1d57e95d
commit 8041b7caba

View file

@ -72,7 +72,7 @@ var DefaultConfig = Config{
ListenAddr: ":30303",
MaxPeers: 50,
NAT: nat.Any(),
DiscoveryV4: true,
DiscoveryV4: false,
DiscoveryV5: true,
},
DBEngine: "", // Use whatever exists, will default to Pebble if non-existent and supported