From b8a8e56d4a311f15060efcd455c444949b2d20b9 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 30 Oct 2020 13:27:05 +0100 Subject: started refactoring add-entry code path according to doc --- instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instance.go') diff --git a/instance.go b/instance.go index 12415f0..6b67096 100644 --- a/instance.go +++ b/instance.go @@ -44,7 +44,7 @@ func NewInstance(lp *LogParameters, client trillian.TrillianLogClient, deadline return i, nil } -// NewLogParameters returns an initialized LogParameters +// NewLogParameters returns initialized log parameters using only ed25519 func NewLogParameters(treeId int64, prefix string, anchorPath, keyPath string) (*LogParameters, error) { anchorList, anchorPool, err := LoadTrustAnchors(anchorPath) if err != nil { -- cgit v1.2.3