From dfa1e7c098ed3ebe202ce55e530f82c2d2f63530 Mon Sep 17 00:00:00 2001 From: Jianrong Date: Tue, 23 Aug 2022 17:33:37 +0800 Subject: [PATCH] make vote equivocation content's signer key lower case --- core/types/forensics.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/types/forensics.go b/core/types/forensics.go index d20efa5d01..f80f7d46f9 100644 --- a/core/types/forensics.go +++ b/core/types/forensics.go @@ -17,9 +17,9 @@ type ForensicsContent struct { } type VoteEquivocationContent struct { - SmallerRoundVote *Vote `json:"smallerRoundVote"` - LargerRoundVote *Vote `json:"largerRoundVote"` - Signer common.Address + SmallerRoundVote *Vote `json:"smallerRoundVote"` + LargerRoundVote *Vote `json:"largerRoundVote"` + Signer common.Address `json:"signer"` } type ForensicProof struct {