_tx-prechecker-parameters
| Flag | Description |
|---|---|
--execution.tx-pre-checker.strictness | How strict to be when checking transactions before forwarding them. 0 = accept anything, 10 = should never reject anything that'd succeed, 20 = likely won't reject anything that'd succeed, 30 = full validation which may reject transactions that would succeed (default 20) |
--execution.tx-pre-checker.required-state-age | How long ago should the storage conditions from eth_SendRawTransactionConditional be true, 0 = don't check old state (default 2) |
--execution.tx-pre-checker.required-state-max-blocks | Maximum number of blocks to look back while looking for the <required-state-age> seconds old state, 0 = don't limit the search (default 4) |