From cb5c579ae46ee0570f2f32408e0427f989bd33ab Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 29 Apr 2022 15:08:53 +0200 Subject: change 'preimage' to 'message' 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 0010e32..9a390a1 100644 --- a/pkg/db/trillian_test.go +++ b/pkg/db/trillian_test.go @@ -21,7 +21,7 @@ import ( func TestAddLeaf(t *testing.T) { req := &requests.Leaf{ ShardHint: 0, - Preimage: types.Hash{}, + Message: types.Hash{}, Signature: types.Signature{}, VerificationKey: types.PublicKey{}, DomainHint: "example.com", -- cgit v1.2.3