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 {