Closed peacekeeper closed 1 year ago
One of the tests is currently:
MUST raise invalidDid error if method is not key
Per the discussion we recently had in DID Resolution (https://github.com/w3c-ccg/did-resolution/pull/74 and https://github.com/w3c-ccg/did-resolution/issues/72), I believe that error should be methodNotSupported instead of invalidDid.
methodNotSupported
invalidDid
closing as PR 27 fixes issue.
One of the tests is currently:
Per the discussion we recently had in DID Resolution (https://github.com/w3c-ccg/did-resolution/pull/74 and https://github.com/w3c-ccg/did-resolution/issues/72), I believe that error should be
methodNotSupported
instead ofinvalidDid
.