Commit 4ee7f6fc authored by Bas van Kervel's avatar Bas van Kervel

added missing change for sign test

parent 6d596b1a
...@@ -314,7 +314,7 @@ func (js *jsre) apiBindings(f xeth.Frontend) error { ...@@ -314,7 +314,7 @@ func (js *jsre) apiBindings(f xeth.Frontend) error {
// load only supported API's in javascript runtime // load only supported API's in javascript runtime
shortcuts := "var eth = web3.eth; " shortcuts := "var eth = web3.eth; "
for _, apiName := range apiNames { for _, apiName := range apiNames {
if apiName == shared.Web3ApiName || apiName == shared.EthApiName { if apiName == shared.Web3ApiName {
continue // manually mapped continue // manually mapped
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment