We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023e95c commit 4a225c7Copy full SHA for 4a225c7
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Eras.hs
@@ -363,7 +363,7 @@ instance SupportsTwoPhaseValidation ConwayEra where
363
-- with this justification.
364
newtype WrapTx era = WrapTx {unwrapTx :: Core.Tx era}
365
366
-instance ShelleyBasedEra AllegraEra => Core.TranslateEra AllegraEra WrapTx where
+instance Core.TranslateEra AllegraEra WrapTx where
367
type TranslationError AllegraEra WrapTx = Core.TranslationError AllegraEra SL.ShelleyTx
368
translateEra ctxt = fmap WrapTx . Core.translateEra ctxt . unwrapTx
369
0 commit comments