Merge pull request #174 from XinFinOrg/voteEquivocation-signer-lowercase

make vote equivocation content's signer key lower case
This commit is contained in:
Jerome 2022-08-25 15:49:33 +08:00 committed by GitHub
commit 8a480d4f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {