Merge branch 'master' into ng-contract-dev

This commit is contained in:
Nicolas Gotchac
2016-12-20 02:39:10 +01:00
233 changed files with 7673 additions and 2011 deletions

View File

@@ -143,4 +143,7 @@ export function parseAbiType (type) {
signed: true
};
}
// If no matches, return null
return null;
}