Skip to content

Commit

Permalink
Remove me after babbage era pr is merged into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Apr 6, 2022
1 parent 8a8fac7 commit 014c5f6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions cardano-api/src/Cardano/Api/TxBody.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1617,23 +1617,6 @@ instance Show (TxBody era) where
. showsPrec 11 scriptValidity
)

showsPrec p (ShelleyTxBody ShelleyBasedEraBabbage
txbody txscripts redeemers txmetadata scriptValidity) =
showParen (p >= 11)
( showString "ShelleyTxBody ShelleyBasedEraBabbage "
. showsPrec 11 txbody
. showChar ' '
. showsPrec 11 txscripts
. showChar ' '
. showsPrec 11 redeemers
. showChar ' '
. showsPrec 11 txmetadata
. showChar ' '
. showsPrec 11 scriptValidity
)




instance HasTypeProxy era => HasTypeProxy (TxBody era) where
data AsType (TxBody era) = AsTxBody (AsType era)
Expand Down

0 comments on commit 014c5f6

Please sign in to comment.