aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/bc-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'JSONSchema/bc-schema.json')
-rw-r--r--JSONSchema/bc-schema.json8
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",