aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-13 18:46:40 +0800
committerobscuren <geffobscura@gmail.com>2014-05-13 18:46:40 +0800
commitdd60382fc3724ee9c9507cba8df9e6d6db1d5d51 (patch)
tree65cf02326774f51a6c3fa96dbc71dd0ddecbc6cd /ethereum/ethereum.go
parent32c6126593100d37c38e423ec62c56938e5f9155 (diff)
parentc99aa7bdcf46da13f6100ed4cdb0050c0e30ae78 (diff)
downloaddexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar.gz
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar.bz2
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar.lz
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar.xz
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.tar.zst
dexon-dd60382fc3724ee9c9507cba8df9e6d6db1d5d51.zip
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Conflicts: ethereal/ethereum.go ethereum/ethereum.go
Diffstat (limited to 'ethereum/ethereum.go')
-rw-r--r--ethereum/ethereum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/ethereum.go b/ethereum/ethereum.go
index b60eb4181..5b578deba 100644
--- a/ethereum/ethereum.go
+++ b/ethereum/ethereum.go
@@ -133,7 +133,7 @@ func main() {
go console.Start()
}
if StartRpc {
- ethereum.RpcServer, err = ethrpc.NewJsonRpcServer(ethpub.NewPEthereum(ethereum))
+ ethereum.RpcServer, err = ethrpc.NewJsonRpcServer(ethpub.NewPEthereum(ethereum), RpcPort)
if err != nil {
logger.Infoln("Could not start RPC interface:", err)
} else {