mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
implementing ExecTx...
This commit is contained in:
@ -69,7 +69,7 @@ func (vs *VoteSet) AddVote(vote *Vote) (bool, error) {
|
||||
}
|
||||
|
||||
// Check signature.
|
||||
if !val.Verify(vote.GenDocument(), vote.Signature) {
|
||||
if !val.Verify(vote) {
|
||||
// Bad signature.
|
||||
return false, ErrVoteInvalidSignature
|
||||
}
|
||||
|
Reference in New Issue
Block a user