Skip to content

Commit

Permalink
Merge pull request #2059 from kadena-io/push-wvwtslptlttr
Browse files Browse the repository at this point in the history
Comment about crMetaData
  • Loading branch information
edmundnoble authored Dec 12, 2024
2 parents 00b90c6 + 98fdf59 commit c6d6b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Chainweb/Pact4/TransactionExec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ onChainErrorPrintingFor txCtx =
-- | The main entry point to executing transactions. From here,
-- 'applyCmd' assembles the command environment for a command and
-- orchestrates gas buys/redemption, and executing payloads.
-- Note that crMetaData is intentionally left unset in this path;
-- it's populated by `/poll`, when using `applyLocal`, or by the preflight
-- codepath later.
--
applyCmd
:: (Logger logger)
Expand Down
3 changes: 3 additions & 0 deletions src/Chainweb/Pact5/TransactionExec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ applyLocal logger maybeGasLogger coreDb txCtx spvSupport cmd = do
-- 'applyCmd' assembles the command environment for a command,
-- purchases gas for the command, executes the command, and
-- redeems leftover gas.
-- Note that crMetaData is intentionally left unset in this path;
-- it's populated by `/poll`, when using `applyLocal`, or by the preflight
-- codepath later.
--
applyCmd
:: forall logger. (Logger logger)
Expand Down

0 comments on commit c6d6b8a

Please sign in to comment.