Skip to content

Commit

Permalink
Removes unnecessary strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Apr 30, 2015
1 parent 3352816 commit 5f87395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Bitcoin/Transaction/Types.hs
Expand Up @@ -63,7 +63,7 @@ data OutPoint = OutPoint {

-- | The position of the specific output in the transaction.
-- The first output position is 0.
outPointIndex :: !Word32
outPointIndex :: Word32
} deriving (Read, Show, Eq)

instance Binary OutPoint where
Expand Down

0 comments on commit 5f87395

Please sign in to comment.