aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-01-28 02:28:58 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-01-28 02:29:08 +0800
commit5f50fe7a4a6218bedf78333d751b57166932464a (patch)
tree57c57b0731666f883069cd15fe155c1e2ea4f558 /cmd/ethereum/main.go
parentb8e7b8e2e1b88e40090c9b741b4cd7000689ae9e (diff)
downloaddexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar.gz
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar.bz2
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar.lz
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar.xz
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.tar.zst
dexon-5f50fe7a4a6218bedf78333d751b57166932464a.zip
Update CLI to use new Websocket RPC
Use “wsport” flag to change default port
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index b816c678e..92dbf5a6f 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -131,7 +131,7 @@ func main() {
}
if StartWebSockets {
- utils.StartWebSockets(ethereum)
+ utils.StartWebSockets(ethereum, WsPort)
}
utils.StartEthereum(ethereum, UseSeed)