From 4d88ba22e503e318509d4a262c58511fdac44af2 Mon Sep 17 00:00:00 2001 From: Jianrong Date: Sat, 7 Aug 2021 14:29:18 +1000 Subject: [PATCH] rebase from dev-upgrade --- consensus/XDPoS/XDPoS.go | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/XDPoS/XDPoS.go b/consensus/XDPoS/XDPoS.go index 97be5cb81f..78ee4b87a2 100644 --- a/consensus/XDPoS/XDPoS.go +++ b/consensus/XDPoS/XDPoS.go @@ -118,7 +118,6 @@ var ( // list of signers different than the one the local node calculated. errMismatchingCheckpointSigners = errors.New("mismatching signer list on checkpoint block") - errInvalidCheckpointPenalties = errors.New("invalid penalty list on checkpoint block") // errInvalidMixDigest is returned if a block's mix digest is non-zero.