From 46753d6ec9d178b922a596e34bdb5fb51b2126b1 Mon Sep 17 00:00:00 2001 From: ywzqwwt <752252086@qq.com> Date: Sat, 23 Mar 2019 10:57:46 +0800 Subject: [PATCH] core/blockchain.go: del checkpoint --- core/blockchain.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index c4481588f9..a8563e9d76 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -118,7 +118,6 @@ type BlockChain struct { chainmu sync.RWMutex // blockchain insertion lock procmu sync.RWMutex // block processor lock - checkpoint int // checkpoint counts towards the new checkpoint currentBlock atomic.Value // Current head of the block chain currentFastBlock atomic.Value // Current head of the fast-sync chain (may be above the block chain!)