merge develop and update changelog pending

This commit is contained in:
Ismail Khoffi
2018-12-12 14:19:15 +01:00
18 changed files with 179 additions and 48 deletions
+1
View File
@@ -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)