mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: rm dupe InvalidTransactionErrors (#2737)
This commit is contained in:
@ -89,7 +89,7 @@ pub enum ConsensusError {
|
||||
GasLimitInvalidDecrease { parent_gas_limit: u64, child_gas_limit: u64 },
|
||||
#[error("Base fee missing.")]
|
||||
BaseFeeMissing,
|
||||
#[error("Block base fee ({got}) is different then expected: ({expected}).")]
|
||||
#[error("Block base fee ({got}) is different than expected: ({expected}).")]
|
||||
BaseFeeDiff { expected: u64, got: u64 },
|
||||
#[error("Transaction signer recovery error.")]
|
||||
TransactionSignerRecoveryError,
|
||||
|
||||
Reference in New Issue
Block a user