make vote equivocation content's signer key lower case

This commit is contained in:
Jianrong 2022-08-23 17:33:37 +08:00
parent c710bd98a5
commit dfa1e7c098

View file

@ -19,7 +19,7 @@ type ForensicsContent struct {
type VoteEquivocationContent struct {
SmallerRoundVote *Vote `json:"smallerRoundVote"`
LargerRoundVote *Vote `json:"largerRoundVote"`
Signer common.Address
Signer common.Address `json:"signer"`
}
type ForensicProof struct {