Skip to content

Commit

Permalink
restore execNewBlock timeout logging
Browse files Browse the repository at this point in the history
Change-Id: I98a97488cbdf85a25a3e2b8effb52bf34012dc5d
  • Loading branch information
chessai committed May 30, 2024
1 parent b0ffe46 commit 46f9163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Chainweb/Pact/PactService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ execNewBlock mpAccess miner = do
go (BlockFill g rks' i) rest
Left (CommandInvalidTxTimeout (TxTimeout h)) -> do
liftIO $ Vec.push failures h
liftPactServiceM $ logError $ "timed out on " <> sshow h
return (acc, True)

enforceUnique rks rk
Expand Down

0 comments on commit 46f9163

Please sign in to comment.