From 3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 27 Aug 2018 15:27:28 +0300 Subject: add sealEngine to jsonSchema --- JSONSchema/bc-schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'JSONSchema/bc-schema.json') diff --git a/JSONSchema/bc-schema.json b/JSONSchema/bc-schema.json index 729638d1a..fb7d92e76 100644 --- a/JSONSchema/bc-schema.json +++ b/JSONSchema/bc-schema.json @@ -198,6 +198,9 @@ ], "type": "object" }, + "sealEngine": { + "$ref": "#/definitions/SealEngineType" + }, "Transaction": { "additionalProperties": true, "not": { @@ -301,7 +304,10 @@ "description": "prestate account address with 0x prefix" } } - } + }, + "sealEngine": { + "$ref": "#/definitions/SealEngineType" + } }, "required": [ "postState", -- cgit v1.2.3