Skip to content

Commit

Permalink
Word -> Word32
Browse files Browse the repository at this point in the history
  • Loading branch information
redxaxder committed Jan 19, 2021
1 parent d37b1af commit fba432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shelley-ma/impl/src/Cardano/Ledger/Mary/Value.hs
Expand Up @@ -331,7 +331,7 @@ data CompactValue crypto
= CompactValueAdaOnly {-# UNPACK #-} !Word64
| CompactValueMultiAsset
{-# UNPACK #-} !Word64 -- ada
{-# UNPACK #-} !Word -- number of ma's
{-# UNPACK #-} !Word32 -- number of ma's
{-# UNPACK #-} !ShortByteString -- rep
deriving (Show, Typeable)

Expand Down

0 comments on commit fba432b

Please sign in to comment.