From e3b3c298df45131d8856724da6b5b0e70558a6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 11 May 2016 11:49:44 +0300 Subject: [release/1.4.6] cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner (cherry picked from commit bc6fdad786706019fc5aeb9605f1d23b3c5b7522) --- cmd/geth/js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/geth/js.go b/cmd/geth/js.go index 729cc2fd7..5f455d7a3 100644 --- a/cmd/geth/js.go +++ b/cmd/geth/js.go @@ -198,7 +198,7 @@ func (js *jsre) apiBindings() error { // load only supported API's in javascript runtime shortcuts := "var eth = web3.eth; var personal = web3.personal; " for _, apiName := range apiNames { - if apiName == "web3" || apiName == "rpc" { + if apiName == "web3" { continue // manually mapped or ignore } -- cgit v1.2.3