Merge branch 'develop' into tests

This commit is contained in:
Marek Kotewicz
2015-01-09 16:48:44 +01:00
5 changed files with 20 additions and 12 deletions

View File

@ -267,7 +267,7 @@ var methodSignature = function (json, name) {
result += inputTypes.join(',');
result += ')';
return web3.sha3(result);
return web3.sha3(web3.fromAscii(result));
};
module.exports = {