Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txpool: set default GasCeil from 30M to 0
This PR tries to improve bnb-chain#2680 If the node did not set `Eth.Miner` in config.toml, the default GasCeil will be 30000000, it is not an accurate number for both BSC mainnet and testnet. Set it to 0 means disable the transaction GasLimit check, i.e. the TxPool will accept transactions with any GasLimit size.
- Loading branch information