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

@ -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 {