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