Skip to content

Commit

Permalink
Merge pull request ethereum#174 from XinFinOrg/voteEquivocation-signe…
Browse files Browse the repository at this point in the history
…r-lowercase

make vote equivocation content's signer key lower case
  • Loading branch information
wjrjerome authored Aug 25, 2022
2 parents c710bd9 + dfa1e7c commit 8a480d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/types/forensics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8a480d4

Please sign in to comment.