mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 02:10:46 +00:00
make vote equivocation content's signer key lower case
This commit is contained in:
parent
c710bd98a5
commit
dfa1e7c098
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