added missing change for sign test
This commit is contained in:
parent
6d596b1ad1
commit
4ee7f6fc88
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user