minor cleanups

This commit is contained in:
Michael Muré
2025-02-27 14:35:53 +01:00
parent 6aa33b1547
commit 68469db91a
3 changed files with 4 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ func (t *Token) verifyProofs(delegations []*delegation.Token) error {
sub = t.audience
}
// control from the invocation to the root
// control from the invocation to the root delegation
for i, dlgCid := range t.proof {
dlg := delegations[i]