aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/st-filler-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'JSONSchema/st-filler-schema.json')
-rw-r--r--JSONSchema/st-filler-schema.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/JSONSchema/st-filler-schema.json b/JSONSchema/st-filler-schema.json
index ed0e14e58..c533ad819 100644
--- a/JSONSchema/st-filler-schema.json
+++ b/JSONSchema/st-filler-schema.json
@@ -1,19 +1,5 @@
{
"definitions": {
- "AccountMap": {
- "additionalProperties": false,
- "patternProperties": {
- "^0x[0-9a-fA-F]{40}": {
- "$ref": "#/definitions/PreStateAccount",
- "description": "filler prestate addresses with 0x prefix"
- },
- "^[0-9a-fA-F]{40}": {
- "$ref": "#/definitions/PreStateAccount",
- "description": "filler prestate addresses without 0x prefix"
- }
- },
- "type": "object"
- },
"NullSenderTransaction": {
"properties": {
"data": {