consensus: move test use only var/func to test(#17004)
This commit is contained in:
committed by
Felix Lange
parent
ae674a3660
commit
f6206efe5b
@ -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
|
||||
|
Reference in New Issue
Block a user