Update CLI to use new Websocket RPC
Use “wsport” flag to change default port
This commit is contained in:
@ -131,7 +131,7 @@ func main() {
|
||||
}
|
||||
|
||||
if StartWebSockets {
|
||||
utils.StartWebSockets(ethereum)
|
||||
utils.StartWebSockets(ethereum, WsPort)
|
||||
}
|
||||
|
||||
utils.StartEthereum(ethereum, UseSeed)
|
||||
|
Reference in New Issue
Block a user