mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-09 01:26:19 +00:00
merge develop and update changelog pending
This commit is contained in:
@@ -147,6 +147,7 @@ func TestVoteVerifySignature(t *testing.T) {
|
||||
|
||||
// sign it
|
||||
err := privVal.SignVote("test_chain_id", vote)
|
||||
require.NoError(t, err)
|
||||
|
||||
// verify the same vote
|
||||
valid := pubkey.VerifyBytes(vote.SignBytes("test_chain_id"), vote.Signature)
|
||||
|
||||
Reference in New Issue
Block a user