Skip to content

Commit

Permalink
consensus: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 21, 2020
1 parent 465b0d1 commit be7d868
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit be7d868

Please sign in to comment.