added missing change for sign test

pull/1279/head
Bas van Kervel 10 years ago
parent 6d596b1ad1
commit 4ee7f6fc88
  1. 2
      cmd/geth/js.go

@ -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…
Cancel
Save