Browse Source
Update types/vote_test.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
thane/7655-vote-extensions
Thane Thomson
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
types/vote_test.go
|
|
@ -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{ |
|
|
|