diff options
author | Wenbiao Zheng <delweng@gmail.com> | 2018-07-24 08:14:15 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-07-24 08:14:15 +0800 |
commit | f6206efe5bcf28942990e35ef373d273e9785372 (patch) | |
tree | 401fdace59be9cead1f19181b071f70dbec6b0e2 /consensus/clique/clique.go | |
parent | ae674a3660ff7655c9b79bf0c01af0a363efdf4d (diff) | |
download | dexon-f6206efe5bcf28942990e35ef373d273e9785372.tar.gz dexon-f6206efe5bcf28942990e35ef373d273e9785372.tar.zst dexon-f6206efe5bcf28942990e35ef373d273e9785372.zip |
consensus: move test use only var/func to test(#17004)
Diffstat (limited to 'consensus/clique/clique.go')
-rw-r--r-- | consensus/clique/clique.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/consensus/clique/clique.go b/consensus/clique/clique.go index 01df4d5c7..8968f500f 100644 --- a/consensus/clique/clique.go +++ b/consensus/clique/clique.go @@ -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 |