We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d596b1 commit 4ee7f6fCopy full SHA for 4ee7f6f
cmd/geth/js.go
@@ -314,7 +314,7 @@ func (js *jsre) apiBindings(f xeth.Frontend) error {
314
// load only supported API's in javascript runtime
315
shortcuts := "var eth = web3.eth; "
316
for _, apiName := range apiNames {
317
- if apiName == shared.Web3ApiName || apiName == shared.EthApiName {
+ if apiName == shared.Web3ApiName {
318
continue // manually mapped
319
}
320
0 commit comments