consensus: move test use only var/func to test(#17004)

This commit is contained in:
Wenbiao Zheng
2018-07-24 08:14:15 +08:00
committed by Felix Lange
parent ae674a3660
commit f6206efe5b
4 changed files with 11 additions and 11 deletions

View File

@ -53,7 +53,6 @@ const (
// Clique proof-of-authority protocol constants.
var (
epochLength = uint64(30000) // Default number of blocks after which to checkpoint and reset the pending votes
blockPeriod = uint64(15) // Default minimum difference between two consecutive block's timestamps
extraVanity = 32 // Fixed number of extra-data prefix bytes reserved for signer vanity
extraSeal = 65 // Fixed number of extra-data suffix bytes reserved for signer seal