aboutsummaryrefslogtreecommitdiffstats
path: root/core/constant.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/constant.go')
-rw-r--r--core/constant.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/constant.go b/core/constant.go
index 9a61c0a..563a321 100644
--- a/core/constant.go
+++ b/core/constant.go
@@ -17,9 +17,9 @@
package core
-// round shift refers to the difference between block's round and config round
-// derived from its state.
+// ConfigRoundShift refers to the difference between block's round and config
+// round derived from its state.
//
// For example, when round shift is 2, a block in round 0 should derive config
// for round 2.
-const roundShift uint64 = 2
+const ConfigRoundShift uint64 = 2