mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
new seed hash again
This commit is contained in:
parent
b221437ad4
commit
e61c7ae0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ var (
|
||||||
jsonlogger = logger.NewJsonLogger()
|
jsonlogger = logger.NewJsonLogger()
|
||||||
|
|
||||||
defaultBootNodes = []*discover.Node{
|
defaultBootNodes = []*discover.Node{
|
||||||
discover.MustParseNode("enode://15f8e12a3cb83138cbc300ee34473a9a26ce48397df01e6c7a020960f3b5f66191c80f886fd4511fb352528d840f39d7c2b4c0a16733f0ffe8f29030dbbe621c@45.32.236.217:53900"),
|
discover.MustParseNode("enode://d732520d51f7d8c945862c8c0126afb0f322b81e27266451c24c4d8c908c5fc6d64a10fd59131d50c36a9ba2f17c15fef77a317af3f41c0e827bbeeea3e90fdf@45.32.236.217:53900"),
|
||||||
}
|
}
|
||||||
|
|
||||||
staticNodes = "static-nodes.json" // Path within <datadir> to search for the static node list
|
staticNodes = "static-nodes.json" // Path within <datadir> to search for the static node list
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue