mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
fix: make execution errors fatal (#1428)
This commit is contained in:
@@ -71,6 +71,7 @@ impl StageError {
|
||||
StageError::Download(_) |
|
||||
StageError::DatabaseIntegrity(_) |
|
||||
StageError::StageProgress(_) |
|
||||
StageError::ExecutionError { .. } |
|
||||
StageError::ChannelClosed |
|
||||
StageError::Fatal(_)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user