Skip to content

Commit 4febe9a

Browse files
committed
Add backwards compatibility for "CertificateShelley"
1 parent 6b9713c commit 4febe9a

File tree

1 file changed

+1
-0
lines changed
  • cardano-api/src/Cardano/Api/Serialise/TextEnvelope

1 file changed

+1
-0
lines changed

cardano-api/src/Cardano/Api/Serialise/TextEnvelope/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ legacyComparison (TextEnvelopeType expectedType) (TextEnvelopeType actualType) =
186186
("Tx BabbageEra", "Unwitnessed Tx BabbageEra") -> True
187187
("Tx ConwayEra", "Unwitnessed Tx ConwayEra") -> True
188188
("Certificate", "CertificateConway") -> True
189+
("Certificate", "CertificateShelley") -> True
189190
(expectedOther, expectedActual) -> expectedOther == expectedActual
190191

191192
-- ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)