Browse Source

Update types/vote_test.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
thane/7655-vote-extensions
Thane Thomson 2 years ago
committed by GitHub
parent
commit
0527731920
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      types/vote_test.go

+ 0
- 4
types/vote_test.go View File

@ -131,12 +131,8 @@ func TestVoteSignBytesTestVectors(t *testing.T) {
// containing vote extension
5: {
"test_chain_id", &Vote{
Type: 0,
Height: 1,
Round: 1,
BlockID: BlockID{},
Timestamp: time.Time{},
ValidatorIndex: 0,
Extension: []byte("signed"),
},
[]byte{


Loading…
Cancel
Save