diff options
Diffstat (limited to 'src/schemas')
-rw-r--r-- | src/schemas/subscription_opts_schema.ts | 1 |
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', }; |