Browse Source

Format

Signed-off-by: Thane Thomson <connect@thanethomson.com>
thane/7655-vote-extensions
Thane Thomson 2 years ago
parent
commit
dfe82436a5
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      types/vote_test.go

+ 3
- 3
types/vote_test.go View File

@ -131,9 +131,9 @@ func TestVoteSignBytesTestVectors(t *testing.T) {
// containing vote extension
5: {
"test_chain_id", &Vote{
Height: 1,
Round: 1,
Extension: []byte("signed"),
Height: 1,
Round: 1,
Extension: []byte("signed"),
},
[]byte{
0x2e, // length


Loading…
Cancel
Save