Skip to content

Commit 71673fd

Browse files
committed
Remove comment
Signed-off-by: Simon Gellis <[email protected]>
1 parent 8cc7e00 commit 71673fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/networkmap/did.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (nm *networkMap) generateDIDAuthentication(ctx context.Context, identity *c
9494
func (nm *networkMap) generateCardanoAddressVerifier(identity *core.Identity, verifier *core.Verifier) *VerificationMethod {
9595
return &VerificationMethod{
9696
ID: verifier.Hash.String(),
97-
Type: "PaymentVerificationKeyShelley_ed25519", // hope that it's safe to assume we always use Shelley
97+
Type: "PaymentVerificationKeyShelley_ed25519",
9898
Controller: identity.DID,
9999
BlockchainAccountID: verifier.Value,
100100
}

0 commit comments

Comments
 (0)