Skip to content
Snippets Groups Projects
Commit 1773cc6d authored by Josh Brooks's avatar Josh Brooks
Browse files

Further improve UncheckedRoundStore documentation

parent 7833e4cd
No related branches found
No related tags found
1 merge request!23Release
......@@ -16,8 +16,11 @@ import (
const (
uncheckRoundVersion = 0
uncheckRoundPrefix = "uncheckedRoundPrefix"
// Key to store round list
uncheckedRoundListKey = "uncheckRounds"
// Key to store individual round
uncheckedRoundKey = "uncheckedRound-"
// Housekeeping constant (used for storage of uint64 ie id.Round)
uint64Size = 8
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment