rerun gulp

This commit is contained in:
Marek Kotewicz 2015-01-09 16:40:55 +01:00
parent 0933a79ab8
commit 92f171ec99
2 changed files with 2 additions and 3 deletions

1
dist/ethereum.js vendored
View File

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

File diff suppressed because one or more lines are too long