diff options
author | Dimitry <dimitry@ethereum.org> | 2018-08-27 20:27:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-08-28 18:17:59 +0800 |
commit | 3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c (patch) | |
tree | a6f68542511984af83bf57783a7fc99d9eff57d5 /JSONSchema/bc-schema.json | |
parent | 6ebd4f17753ad633a7aeec98dc3f8fb2d629571a (diff) | |
download | tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.gz tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.bz2 tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.lz tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.xz tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.tar.zst tangerine-tests-3be71ec3364a01fd4f2cb9b9fd086f3f69f0225c.zip |
add sealEngine to jsonSchema
Diffstat (limited to 'JSONSchema/bc-schema.json')
-rw-r--r-- | JSONSchema/bc-schema.json | 8 |
1 files changed, 7 insertions, 1 deletions
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", |