Skip to content

Commit

Permalink
ouroboros-consensus: updated consensusRethrowPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 22, 2022
1 parent 59a82be commit a873ff9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ consensusRethrowPolicy pb =

-- Dispatch on nested exception
<> mkRethrowPolicy (\ctx (ExceptionInLinkedThread _ e) ->
runRethrowPolicy_ (consensusRethrowPolicy pb) ctx e)
runRethrowPolicyPure (consensusRethrowPolicy pb) ctx e)
where
-- Shutdown the node. If we have a storage layer failure, the node /must/
-- be restarted (triggering recovery).
Expand Down

0 comments on commit a873ff9

Please sign in to comment.