Merge pull request #938 from 0xProject/sol-cov-fixes

Sol cov fixes
This commit is contained in:
Fabio Berger
2018-08-13 16:40:46 -04:00
committed by GitHub
10 changed files with 162 additions and 22 deletions

View File

@@ -29,5 +29,4 @@ export const txDataSchema = {
},
required: ['from'],
type: 'object',
additionalProperties: false,
};