aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/subscription_opts_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/subscription_opts_schema.ts')
-rw-r--r--src/schemas/subscription_opts_schema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/schemas/subscription_opts_schema.ts b/src/schemas/subscription_opts_schema.ts
index a32ba8fae..0bb44fecf 100644
--- a/src/schemas/subscription_opts_schema.ts
+++ b/src/schemas/subscription_opts_schema.ts
@@ -16,6 +16,5 @@ export const subscriptionOptsSchema = {
fromBlock: {$ref: '/blockParam'},
toBlock: {$ref: '/blockParam'},
},
- required: ['fromBlock', 'toBlock'],
type: 'object',
};