Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit ad7a56d

Browse files
committed
add comment
1 parent c6b5f8e commit ad7a56d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Chainweb/ForkState.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ forkEpochLength = 120 * 120 -- 5 days
176176
voteCountLength :: Natural
177177
voteCountLength = 120
178178

179+
-- | The vote count is quantized into 1000 levels.
180+
--
179181
voteStep :: ForkVotes
180182
voteStep = 1000
181183

0 commit comments

Comments
 (0)