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 4, 2024
1 parent d4b5f4d commit cf2da14
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 cf2da14

Please sign in to comment.