mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
fix duplicate ip
This commit is contained in:
parent
4366e43fb0
commit
ace00cd226
@ -152,6 +152,7 @@ func testnetFiles(cmd *cobra.Command, args []string) error {
|
|||||||
nodeDir := filepath.Join(outputDir, fmt.Sprintf("%s%d", nodeDirPrefix, i))
|
nodeDir := filepath.Join(outputDir, fmt.Sprintf("%s%d", nodeDirPrefix, i))
|
||||||
config.SetRoot(nodeDir)
|
config.SetRoot(nodeDir)
|
||||||
config.P2P.AddrBookStrict = false
|
config.P2P.AddrBookStrict = false
|
||||||
|
config.P2P.AllowDuplicateIP = true
|
||||||
if populatePersistentPeers {
|
if populatePersistentPeers {
|
||||||
config.P2P.PersistentPeers = persistentPeers
|
config.P2P.PersistentPeers = persistentPeers
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user