Skip to content

Commit

Permalink
More haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Feb 1, 2023
1 parent d4ae79c commit c17409a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hydra-node/test/Hydra/Chain/Direct/Contract/Mutation.hs
Expand Up @@ -592,7 +592,9 @@ changeMintedValueQuantityFrom tx exclude =
where
mintedValue = txMintValue $ txBodyContent $ txBody tx

-- | A 'Mutation' that changes the minted/burnt quantity of tokens
-- | A 'Mutation' that changes the forged quantity of tokens like this:
-- - when no value is being forged -> add some value to be forged
-- - when tx is forging values -> add more values on top of that
changeMintedTokens :: Tx -> Value -> Gen Mutation
changeMintedTokens tx mintValue =
ChangeMintedValue
Expand Down

0 comments on commit c17409a

Please sign in to comment.