Skip to content

Commit

Permalink
Comment about crMetaData
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed Dec 6, 2024
1 parent ad3cf8d commit eba8a97
Showing 1 changed file with 3 additions and 0 deletions.
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 eba8a97

Please sign in to comment.