diff --git a/creds/tokens/credentials.go b/creds/tokens/credentials.go index a1aa2a8..903a74f 100644 --- a/creds/tokens/credentials.go +++ b/creds/tokens/credentials.go @@ -114,7 +114,7 @@ func (c *cred) getAccessBox(ctx context.Context, address *object.Address) (*acce func (c *cred) Put(ctx context.Context, cid *cid.ID, issuer *owner.ID, box *accessbox.AccessBox, keys ...hcs.PublicKey) (*object.Address, error) { var ( - err error + err error created = strconv.FormatInt(time.Now().Unix(), 10) )