mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove BatchExecutor (#14453)
This commit is contained in:
@ -150,9 +150,6 @@ impl InsertBlockErrorKind {
|
||||
BlockExecutionError::Validation(err) => {
|
||||
Ok(InsertBlockValidationError::Validation(err))
|
||||
}
|
||||
BlockExecutionError::Consensus(err) => {
|
||||
Ok(InsertBlockValidationError::Consensus(err))
|
||||
}
|
||||
// these are internal errors, not caused by an invalid block
|
||||
BlockExecutionError::Internal(error) => {
|
||||
Err(InsertBlockFatalError::BlockExecutionError(error))
|
||||
|
||||
Reference in New Issue
Block a user