mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Merge pull request #174 from XinFinOrg/voteEquivocation-signer-lowercase
make vote equivocation content's signer key lower case
This commit is contained in:
commit
8a480d4f72
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue