mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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