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 6b9713c commit 4febe9aCopy full SHA for 4febe9a
cardano-api/src/Cardano/Api/Serialise/TextEnvelope/Internal.hs
@@ -186,6 +186,7 @@ legacyComparison (TextEnvelopeType expectedType) (TextEnvelopeType actualType) =
186
("Tx BabbageEra", "Unwitnessed Tx BabbageEra") -> True
187
("Tx ConwayEra", "Unwitnessed Tx ConwayEra") -> True
188
("Certificate", "CertificateConway") -> True
189
+ ("Certificate", "CertificateShelley") -> True
190
(expectedOther, expectedActual) -> expectedOther == expectedActual
191
192
-- ----------------------------------------------------------------------------
0 commit comments