remove unused config variables (#8738)

This commit is contained in:
Callum Waters
2022-06-10 17:17:33 +02:00
committed by GitHub
parent 8d9d19a113
commit b0e48ca5f3
3 changed files with 0 additions and 14 deletions
-1
View File
@@ -239,7 +239,6 @@ Example:
for i := 0; i < nValidators+nNonValidators; i++ {
nodeDir := filepath.Join(outputDir, fmt.Sprintf("%s%d", nodeDirPrefix, i))
config.SetRoot(nodeDir)
config.P2P.AllowDuplicateIP = true
if populatePersistentPeers {
persistentPeersWithoutSelf := make([]string, 0)
for j := 0; j < len(persistentPeers); j++ {