From 203e2144f67269e879716e6406bb78e8e3728938 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 29 Apr 2022 15:31:45 +0200 Subject: change verification_key to public_key Issue: #40 --- pkg/db/trillian_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/db/trillian_test.go') diff --git a/pkg/db/trillian_test.go b/pkg/db/trillian_test.go index 9a390a1..2b19096 100644 --- a/pkg/db/trillian_test.go +++ b/pkg/db/trillian_test.go @@ -23,7 +23,7 @@ func TestAddLeaf(t *testing.T) { ShardHint: 0, Message: types.Hash{}, Signature: types.Signature{}, - VerificationKey: types.PublicKey{}, + PublicKey: types.PublicKey{}, DomainHint: "example.com", } for _, table := range []struct { -- cgit v1.2.3