Merge commit '60bdc8873b3d259ff297be4873a9623fcebb7f75'

This commit is contained in:
Michael Muré
2024-11-26 11:44:27 +01:00
11 changed files with 188 additions and 202 deletions

View File

@@ -166,7 +166,7 @@ func randToken() (*delegation.Token, cid.Cid, []byte) {
opts = append(opts, delegation.WithMeta(randomString(8), randomString(10)))
}
t, err := delegation.New(priv, aud, cmd, pol, opts...)
t, err := delegation.New(iss, aud, cmd, pol, opts...)
if err != nil {
panic(err)
}