Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/Mary/TxOutParser.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Luke <19835357+intricate@users.noreply.github.com>
  • Loading branch information
dcoutts and intricate committed Nov 30, 2020
1 parent dd8e1da commit 6e2299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Mary/TxOutParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stringToTxOutAnyEra str =
val <- first ParsedValueExpressionEvaluationError (evalValueExpr valExpr)
pure $ TxOutAnyEra addr val

-- | Error parsing a 'Value'.
-- | Error parsing a transaction output.
data TxOutAnyEraParseError
= TxOutAnyEraParseError !ParseError
-- ^ Error parsing the transaction output.
Expand Down

0 comments on commit 6e2299c

Please sign in to comment.