From ab398751e1cd899fb356db2908e6442b92de03da Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 3 Aug 2018 13:34:40 +0200 Subject: Alow additional properties in txData json-schema --- packages/json-schemas/schemas/tx_data_schema.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/json-schemas/schemas') 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, }; -- cgit v1.2.3