rpc: to in Call no longer required. Fixed eth_estimateGas
This commit is contained in:
@ -322,7 +322,7 @@ func (self *ethApi) EstimateGas(req *shared.Request) (interface{}, error) {
|
||||
if len(gas) == 0 {
|
||||
return newHexNum(0), nil
|
||||
} else {
|
||||
return newHexNum(gas), nil
|
||||
return newHexNum(common.String2Big(gas)), err
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user