diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 12:11:30 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 12:11:30 +0100 |
commit | f02d9ad52b4b70fc1af8224201cf993faa82eaee (patch) | |
tree | 811472fac4b5616f845d64536d5b12169d511f62 /trillian_test.go | |
parent | def4ef7b3b47d955a9a4932549536f36aa6b4745 (diff) |
fixed redundant tree head checking
Diffstat (limited to 'trillian_test.go')
-rw-r--r-- | trillian_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trillian_test.go b/trillian_test.go index 66ad647..7b26bb9 100644 --- a/trillian_test.go +++ b/trillian_test.go @@ -1,8 +1,8 @@ package stfe import ( - "testing" "fmt" + "testing" "github.com/google/trillian" "github.com/system-transparency/stfe/server/testdata" @@ -31,7 +31,6 @@ func TestCheckGetConsistencyProof(t *testing.T) { func TestCheckGetLatestSignedLogRoot(t *testing.T) { } - // makeTrillianQueueLeafResponse creates a valid trillian QueueLeafResponse // for a package `name` where the checksum is all zeros (32 bytes). The pemKey // is a PEM-encoded ed25519 signing key, and pemChain its certificate chain. |