diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-28 21:52:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-28 21:52:09 +0800 |
commit | b46e1ca97e61ebfe4c37961e723142245efe5016 (patch) | |
tree | 45838760ad08592995cd1051c29c6d41d08cd24c /cmd/ethereum/main.go | |
parent | 159c4d56cd82d6fe721058557977f4efda31661c (diff) | |
parent | e9d017ba082bfd624267c974fa93a77da6269756 (diff) | |
download | go-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.go | 2 |
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) |