Move hardcoded seed node address to app flag
Replaces functionality `-seed=true` with `-seed="ip:port"`
This commit is contained in:
@ -84,7 +84,7 @@ func run() error {
|
||||
utils.RegisterInterrupt(func(os.Signal) {
|
||||
gui.Stop()
|
||||
})
|
||||
go utils.StartEthereum(ethereum, UseSeed)
|
||||
go utils.StartEthereum(ethereum, SeedNode)
|
||||
|
||||
fmt.Println("ETH stack took", time.Since(tstart))
|
||||
|
||||
|
Reference in New Issue
Block a user