mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +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 {
|
type VoteEquivocationContent struct {
|
||||||
SmallerRoundVote *Vote `json:"smallerRoundVote"`
|
SmallerRoundVote *Vote `json:"smallerRoundVote"`
|
||||||
LargerRoundVote *Vote `json:"largerRoundVote"`
|
LargerRoundVote *Vote `json:"largerRoundVote"`
|
||||||
Signer common.Address
|
Signer common.Address `json:"signer"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ForensicProof struct {
|
type ForensicProof struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue