Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/Json/Friendly.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com>
  • Loading branch information
smelc and carbolymer authored Oct 15, 2024
1 parent b0cd6a8 commit c64a854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Json/Friendly.hs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ friendlyTxBodyImpl
friendlyLedgerProposals cOnwards proposalProcedures =
Array $ fromList $ map (friendlyLedgerProposal cOnwards) proposalProcedures

-- | API doesn't yet show that supplemental datums are alonzo onwards. So we do it in this prototype,
-- | API doesn't yet show that supplemental datums are alonzo onwards. So we do it in this function prototype,
-- even if we don't use the witness.
friendlySupplementalDatums
:: AlonzoEraOnwards era -> BuildTxWith build (TxSupplementalDatums era) -> [Aeson.Pair]
Expand Down

0 comments on commit c64a854

Please sign in to comment.