diff --git a/ouroboros-consensus/src/Ouroboros/Consensus/Protocol/PBFT.hs b/ouroboros-consensus/src/Ouroboros/Consensus/Protocol/PBFT.hs index b330768e2a3..15397ec8333 100644 --- a/ouroboros-consensus/src/Ouroboros/Consensus/Protocol/PBFT.hs +++ b/ouroboros-consensus/src/Ouroboros/Consensus/Protocol/PBFT.hs @@ -333,7 +333,6 @@ pbftWindowSize (SecurityParam k) = CS.WindowSize k -- | Does the number of blocks signed by this key exceed the threshold? -- -- Returns @Just@ the number of blocks signed if exceeded. --- Returns 'Nothing' if not 'shouldCheckThreshold' exceedsThreshold :: PBftCrypto c => PBftWindowParams -> PBftChainState c -> PBftVerKeyHash c -> Maybe Word64