Skip to content

Commit

Permalink
Merge commit
Browse files Browse the repository at this point in the history
Change-Id: Id00000005b32a430b9997e97e3cb3acfd0dea50c
  • Loading branch information
edmundnoble committed Jan 3, 2025
2 parents 8b778ab + 5ae1172 commit d80b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chainweb/Pact/PactService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ execLocal cwtx preflight sigVerify rdepth = pactLabel "execLocal" $ do
let pact5Pm = pact5Cmd ^. Pact5.cmdPayload . Pact5.payloadObj . Pact5.pMeta
let metadata = J.toJsonViaEncode $ Pact5.StableEncoding $ Pact5.ctxToPublicData pact5Pm txCtx
let cr' = hashPact5TxLogs $ set Pact5.crMetaData (Just metadata) cr
-- FIXME: Pact5, no warnings yet
-- TODO: once Pact 5 has warnings, include them here.
pure $ Pact5LocalResultWithWarns
(Pact5.PELegacyError . Pact5.toPrettyLegacyError <$> cr')
[]
Expand Down

0 comments on commit d80b7ea

Please sign in to comment.