Skip to content

Commit

Permalink
make vote equivocation content's signer key lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrjerome committed Aug 23, 2022
1 parent c710bd9 commit dfa1e7c
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 dfa1e7c

Please sign in to comment.