Skip to content

Commit

Permalink
Update eras/alonzo/impl/src/Cardano/Ledger/Alonzo/Scripts.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Clarke <nicholas.clarke@iohk.io>
  • Loading branch information
Jared Corduan and nc6 committed Oct 11, 2021
1 parent 7938858 commit 0fd4f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/alonzo/impl/src/Cardano/Ledger/Alonzo/Scripts.hs
Expand Up @@ -168,7 +168,7 @@ instance NoThunks a => NoThunks (ExUnits' a)

instance NFData a => NFData (ExUnits' a)

newtype ExUnits = WrappExUnits {unWrap :: ExUnits' Natural}
newtype ExUnits = WrapExUnits {unWrap :: ExUnits' Natural}
deriving (Eq, Generic, Show)
deriving newtype (Monoid, Semigroup)

Expand Down

0 comments on commit 0fd4f62

Please sign in to comment.