From 2779d9e6c2f6a754d02791a82ba1059a9134b295 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Tue, 1 Dec 2020 19:10:13 +0000 Subject: [PATCH] Update cardano-api/src/Cardano/Api/TxBody.hs Co-authored-by: Thomas Winant --- cardano-api/src/Cardano/Api/TxBody.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-api/src/Cardano/Api/TxBody.hs b/cardano-api/src/Cardano/Api/TxBody.hs index 0cf1a1b56b8..f9145d36c39 100644 --- a/cardano-api/src/Cardano/Api/TxBody.hs +++ b/cardano-api/src/Cardano/Api/TxBody.hs @@ -710,7 +710,7 @@ data TxBody era where :: ShelleyBasedEra era -> Ledger.TxBody (ShelleyLedgerEra era) - -- The 'Ledger.Metadata is really the /auxiliary/ data, it consists + -- The 'Ledger.Metadata' is really the /auxiliary/ data, it consists -- of one or several things, depending on era: -- * tranaction metadata (in Shelley and later) -- * auxiliary scripts (in Allegra and later)