added missing change for sign test

This commit is contained in:
Bas van Kervel 2015-06-22 13:54:13 +02:00
parent 6d596b1ad1
commit 4ee7f6fc88
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ func (js *jsre) apiBindings(f xeth.Frontend) error {
// load only supported API's in javascript runtime
shortcuts := "var eth = web3.eth; "
for _, apiName := range apiNames {
if apiName == shared.Web3ApiName || apiName == shared.EthApiName {
if apiName == shared.Web3ApiName {
continue // manually mapped
}