Add wsport flag to Mist

This commit is contained in:
Taylor Gerring
2015-01-27 12:40:52 -06:00
parent 5f50fe7a4a
commit a38bca3438
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func run() error {
}
if StartWebSockets {
utils.StartWebSockets(ethereum)
utils.StartWebSockets(ethereum, WsPort)
}
gui := NewWindow(ethereum, config, ethereum.ClientIdentity().(*p2p.SimpleClientIdentity), KeyRing, LogLevel)