Skip to content

Commit

Permalink
changing root node
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilan1999 committed Jan 10, 2024
1 parent 3a2cb47 commit 60c4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/generate/generateFiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func GenerateIPTableFile(rootNodes []p2p.IpAddress) (err error) {
rootnode.Name = "Node1"
rootnode.ServerPort = "8078"
rootnode.NAT = "False"
rootnode.Ipv4 = "139.59.162.154"
rootnode.Ipv4 = "217.76.63.222"

rootnodes.IpAddress = append(rootnodes.IpAddress, rootnode)
} else {
Expand Down

0 comments on commit 60c4bba

Please sign in to comment.