aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-28 21:52:09 +0800
committerobscuren <geffobscura@gmail.com>2015-01-28 21:52:09 +0800
commitb46e1ca97e61ebfe4c37961e723142245efe5016 (patch)
tree45838760ad08592995cd1051c29c6d41d08cd24c /cmd/ethereum/main.go
parent159c4d56cd82d6fe721058557977f4efda31661c (diff)
parente9d017ba082bfd624267c974fa93a77da6269756 (diff)
downloadgo-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar.gz
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar.bz2
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar.lz
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar.xz
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.tar.zst
go-tangerine-b46e1ca97e61ebfe4c37961e723142245efe5016.zip
Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into 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)