Browse Source
Format
Signed-off-by: Thane Thomson <connect@thanethomson.com>
thane/7655-vote-extensions
Thane Thomson
3 years ago
No known key found for this signature in database
GPG Key ID: 19811391D676EE45
1 changed files with
3 additions and
3 deletions
-
types/vote_test.go
|
@ -131,9 +131,9 @@ func TestVoteSignBytesTestVectors(t *testing.T) { |
|
|
// containing vote extension
|
|
|
// containing vote extension
|
|
|
5: { |
|
|
5: { |
|
|
"test_chain_id", &Vote{ |
|
|
"test_chain_id", &Vote{ |
|
|
Height: 1, |
|
|
|
|
|
Round: 1, |
|
|
|
|
|
Extension: []byte("signed"), |
|
|
|
|
|
|
|
|
Height: 1, |
|
|
|
|
|
Round: 1, |
|
|
|
|
|
Extension: []byte("signed"), |
|
|
}, |
|
|
}, |
|
|
[]byte{ |
|
|
[]byte{ |
|
|
0x2e, // length
|
|
|
0x2e, // length
|
|
|