Fix infinite rpc.gascap on eth_estimateGas (#1292)
* Fix infinite rpc.gascap on eth_estimateGas * use `gasCap.Sign() > 0` instead of `gasCap.Uint64() != 0`
Please register or sign in to comment
good morning!!!!
* Fix infinite rpc.gascap on eth_estimateGas * use `gasCap.Sign() > 0` instead of `gasCap.Uint64() != 0`