Skip to content

Commit

Permalink
remove redundant FIXMEs
Browse files Browse the repository at this point in the history
Change-Id: I9f23bd5bb3f862164a4876fb23d4575aa010d616
  • Loading branch information
chessai committed Oct 2, 2024
1 parent c31716d commit 0aa8e9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Chainweb/Pact/PactService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,6 @@ execLocal cwtx preflight sigVerify rdepth = pactLabel "execLocal" $ do
Right cr -> do
let cr' = hashPact5TxLogs cr
-- FIXME: Pact5, no warnings yet
-- FIXME: Pact5, stop using convertPact5Error in local (same below),
-- Pact5 has a new function for this, toPrettyLegacyError
pure $ LocalPact5PreflightResult (Pact5.PELegacyError . Pact5.toPrettyLegacyError <$> cr') []
_ -> do
cr <- Pact5.pactTransaction Nothing $ \dbEnv -> do
Expand Down

0 comments on commit 0aa8e9c

Please sign in to comment.