Spec error code: -38012 — "Transactions baseFeePerGas is too low"
Description
When validation: true and a transaction's maxFeePerGas is below the block's baseFee, Nethermind returns -32602 with "miner premium is negative".
The spec mandates:
- Code:
-38012
- Message:
"Transactions baseFeePerGas is too low"
Both the code and the message are wrong.
Spec error code:
-38012— "Transactions baseFeePerGas is too low"Description
When
validation: trueand a transaction'smaxFeePerGasis below the block'sbaseFee, Nethermind returns-32602with"miner premium is negative".The spec mandates:
-38012"Transactions baseFeePerGas is too low"Both the code and the message are wrong.