Implement commit signature validation
This commit is contained in:
parent
f9dde4db39
commit
ff0ea08296
9 changed files with 409 additions and 214 deletions
|
@ -169,7 +169,7 @@ func (c *RelayConsumer) processMessage(ctx context.Context, typ string, r io.Rea
|
|||
return nil
|
||||
}
|
||||
|
||||
u, err := resolver.GetPDSEndpoint(ctx, did)
|
||||
u, _, err := resolver.GetPDSEndpointAndPublicKey(ctx, did)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue