aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r--dist/ethereum.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js
index b768f88a4..3e5bd3beb 100644
--- a/dist/ethereum.js
+++ b/dist/ethereum.js
@@ -268,7 +268,8 @@ var methodSignature = function (json, name) {
result += inputTypes.join(',');
result += ')';
- return web3.sha3(result);
+ return web3.sha3(web3.fromAscii(result));
+ //return web3.sha3(result);
};
module.exports = {