Skip to content

Commit

Permalink
Fix unused record wild card warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrBliss committed Oct 1, 2020
1 parent cbe9af0 commit 19c69f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ouroboros-consensus/src/Ouroboros/Consensus/Protocol/PBFT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,8 @@ append :: PBftCrypto c
-> PBftWindowParams
-> (SlotNo, PBftVerKeyHash c)
-> PBftState c -> PBftState c
append PBftConfig{..} PBftWindowParams{..} =
append PBftConfig{} PBftWindowParams{..} =
S.append windowSize . uncurry S.PBftSigner
where
PBftParams{..} = pbftParams

{-------------------------------------------------------------------------------
PBFT specific types
Expand Down

0 comments on commit 19c69f8

Please sign in to comment.