Move hardcoded seed node address to app flag
Replaces functionality `-seed=true` with `-seed="ip:port"`
This commit is contained in:
		| @@ -134,7 +134,7 @@ func main() { | ||||
| 		utils.StartWebSockets(ethereum, WsPort) | ||||
| 	} | ||||
|  | ||||
| 	utils.StartEthereum(ethereum, UseSeed) | ||||
| 	utils.StartEthereum(ethereum, SeedNode) | ||||
|  | ||||
| 	if StartJsConsole { | ||||
| 		InitJsConsole(ethereum) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user