diff options
Diffstat (limited to 'packages/json-schemas/schemas/tx_data_schema.ts')
-rw-r--r-- | packages/json-schemas/schemas/tx_data_schema.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/json-schemas/schemas/tx_data_schema.ts b/packages/json-schemas/schemas/tx_data_schema.ts index 4274c553f..307ae613c 100644 --- a/packages/json-schemas/schemas/tx_data_schema.ts +++ b/packages/json-schemas/schemas/tx_data_schema.ts @@ -29,5 +29,4 @@ export const txDataSchema = { }, required: ['from'], type: 'object', - additionalProperties: false, }; |