From f02d9ad52b4b70fc1af8224201cf993faa82eaee Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 17 Nov 2020 12:11:30 +0100 Subject: fixed redundant tree head checking --- trillian_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'trillian_test.go') 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. -- cgit v1.2.3