From 610bab81af89dcd0d0ff54f48377e939b7f509b1 Mon Sep 17 00:00:00 2001 From: Bill Barman Date: Wed, 21 Nov 2018 08:40:46 +0800 Subject: [PATCH] change to the correct context url --- src/libDDO/DDO.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libDDO/DDO.ts b/src/libDDO/DDO.ts index 64c5e1d..9128f88 100644 --- a/src/libDDO/DDO.ts +++ b/src/libDDO/DDO.ts @@ -19,7 +19,7 @@ interface IDDO { export default class DDO { - public static CONTEXT: string = "https://w3id.org/future-method/v1" + public static CONTEXT: string = "https://w3id.org/did/v1" public static validateSignature(text: string, keyValue: string, signature: string, authenticationType: string) { if ( authenticationType === Authentication.TYPE_RSA ) {