Skip to content

Commit defb6c9

Browse files
committed
update comment
1 parent 4041ebd commit defb6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type IssuerStorage interface {
4545
AddIssuersIfNotExist(ctx context.Context, kv []KV) error
4646
}
4747

48-
// CTStorage implements Storage.
48+
// CTStorage implements scti.Storage.
4949
type CTStorage struct {
5050
storeData func(context.Context, *ctonly.Entry) tessera.IndexFuture
5151
storeIssuers func(context.Context, []KV) error

0 commit comments

Comments
 (0)