Skip to content

Commit

Permalink
Merge pull request #2450 from input-output-hk/jc/export-TxOutCompactDH
Browse files Browse the repository at this point in the history
export TxOut constructor TxOutCompactDH
  • Loading branch information
Jared Corduan committed Sep 8, 2021
2 parents a08032a + 3e6b2a3 commit 51e984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alonzo/impl/src/Cardano/Ledger/Alonzo/TxBody.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{-# LANGUAGE ViewPatterns #-}

module Cardano.Ledger.Alonzo.TxBody
( TxOut (TxOut, TxOutCompact),
( TxOut (TxOut, TxOutCompact, TxOutCompactDH),
TxBody
( TxBody,
inputs,
Expand Down

0 comments on commit 51e984d

Please sign in to comment.