aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 01:22:53 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 01:22:53 +0800
commit45e15f62f594d6f5191e60a54aead33602838e98 (patch)
tree5b82273df6a23c219d1e97dbb86b4bdcb620374a /cmd/ethereum/main.go
parentfb7c03ff4dc759f7dd2fc5cee65b46111cbb7375 (diff)
parent7f638f0b2d8d989be25e660178d79df3278e4c84 (diff)
downloadgo-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar.gz
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar.bz2
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar.lz
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar.xz
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.tar.zst
go-tangerine-45e15f62f594d6f5191e60a54aead33602838e98.zip
merge jsonrpc
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)