We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7e00 commit 71673fdCopy full SHA for 71673fd
internal/networkmap/did.go
@@ -94,7 +94,7 @@ func (nm *networkMap) generateDIDAuthentication(ctx context.Context, identity *c
94
func (nm *networkMap) generateCardanoAddressVerifier(identity *core.Identity, verifier *core.Verifier) *VerificationMethod {
95
return &VerificationMethod{
96
ID: verifier.Hash.String(),
97
- Type: "PaymentVerificationKeyShelley_ed25519", // hope that it's safe to assume we always use Shelley
+ Type: "PaymentVerificationKeyShelley_ed25519",
98
Controller: identity.DID,
99
BlockchainAccountID: verifier.Value,
100
}
0 commit comments