Skip to content

Commit 4ee7f6f

Browse files
author
Bas van Kervel
committed
added missing change for sign test
1 parent 6d596b1 commit 4ee7f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/js.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func (js *jsre) apiBindings(f xeth.Frontend) error {
314314
// load only supported API's in javascript runtime
315315
shortcuts := "var eth = web3.eth; "
316316
for _, apiName := range apiNames {
317-
if apiName == shared.Web3ApiName || apiName == shared.EthApiName {
317+
if apiName == shared.Web3ApiName {
318318
continue // manually mapped
319319
}
320320

0 commit comments

Comments
 (0)