Skip to content

Commit

Permalink
Add a missing Show instance
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jun 6, 2024
1 parent 24cc3d6 commit f8e1e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardano-api/internal/Cardano/Api/Fees.hs
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ data BalancedTxBody era
(TxBody era)
(TxOut CtxTx era) -- ^ Transaction balance (change output)
L.Coin -- ^ Estimated transaction fee
deriving Show

newtype RequiredShelleyKeyWitnesses
= RequiredShelleyKeyWitnesses { unRequiredShelleyKeyWitnesses :: Int }
Expand Down

0 comments on commit f8e1e06

Please sign in to comment.