diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-24 01:30:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-24 01:30:11 +0800 |
commit | f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4 (patch) | |
tree | ee4f85745fc5f863464453edbd47d90d107efd16 /cmd/ethereum | |
parent | c8e9ca048327d7074cfd58137ebf89e065763b71 (diff) | |
parent | 90c710fd2687a0c9f3b3e4f5f3b9b69febc506e8 (diff) | |
download | dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar.gz dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar.bz2 dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar.lz dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar.xz dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.tar.zst dexon-f2f65c1a65d39a31fa0c6ed574fb2a6e213de5d4.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Diffstat (limited to 'cmd/ethereum')
-rw-r--r-- | cmd/ethereum/js.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethereum/js.go b/cmd/ethereum/js.go index 88d16d6a8..6f0ac526f 100644 --- a/cmd/ethereum/js.go +++ b/cmd/ethereum/js.go @@ -91,6 +91,7 @@ func newJSRE(ethereum *eth.Ethereum, libPath string) *jsre { func (js *jsre) apiBindings() { ethApi := rpc.NewEthereumApi(js.xeth, js.ethereum.DataDir) + ethApi.Close() //js.re.Bind("jeth", rpc.NewJeth(ethApi, js.re.ToVal)) jeth := rpc.NewJeth(ethApi, js.re.ToVal, js.re) |