1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

change to the correct context url

This commit is contained in:
Bill Barman 2018-11-21 08:40:46 +08:00
parent bdaea12c92
commit 610bab81af

View File

@ -19,7 +19,7 @@ interface IDDO {
export default class DDO { 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) { public static validateSignature(text: string, keyValue: string, signature: string, authenticationType: string) {
if ( authenticationType === Authentication.TYPE_RSA ) { if ( authenticationType === Authentication.TYPE_RSA ) {