axonweb3 / axon

Axon is a Layer 2 framework of CKB with native cross-chain and interoperability.
https://axonweb3.io
MIT License
65 stars 39 forks source link

Review eth_estimateGas RPC #1624

Closed Flouse closed 7 months ago

Flouse commented 7 months ago

https://github.com/axonweb3/axon/blob/02983ed233daf0e64ce5e31814614202985482fb/core/api/src/jsonrpc/impl/web3.rs#L455-L459

Maybe use GasLimitIsZero instead of RpcError::GasPriceIsZero here?