From 028874ed0f30d4bb202def9ea8f21eacfc16578c Mon Sep 17 00:00:00 2001 From: Robert Gabriel Jakabosky Date: Tue, 14 Dec 2021 23:41:55 +0800 Subject: [PATCH] Small schema fix. (#1181) --- polymesh_schema.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/polymesh_schema.json b/polymesh_schema.json index 36993a6478..4e55e67e41 100644 --- a/polymesh_schema.json +++ b/polymesh_schema.json @@ -650,13 +650,7 @@ "Proposal": "Vec" } }, - "OffChainSignature": { - "_enum": { - "Ed25519": "H512", - "Sr25519": "H512", - "Ecdsa": "H512" - } - }, + "OffChainSignature": "MultiSignature", "Authorization": { "authorization_data": "AuthorizationData", "authorized_by": "IdentityId",