We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed6f0a commit eb0e297Copy full SHA for eb0e297
cardano-api/src/Cardano/Api/Tx/Internal/Output.hs
@@ -529,7 +529,7 @@ instance IsShelleyBasedEra era => FromJSON (TxOut CtxTx era) where
529
fail
530
"Should not be possible to create a tx output with either an inline datum hash or an inline datum"
531
532
- -- \| Reconcile Alonzo-style and Babbage-style datums and reference scripts
+ -- Reconcile Alonzo-style and Babbage-style datums and reference scripts
533
--
534
-- This handles the two-phase parsing where both old and new style fields may be present.
535
0 commit comments