diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 23:40:55 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 23:40:55 +0800 |
commit | 92f171ec997fe478cd1e87b8f91ee127b2fb49f3 (patch) | |
tree | 18b4be48f95f6c0fde6837f5df0ba0856d6a26d4 /dist/ethereum.js | |
parent | 0933a79ab84c0a99ede790ec19ba44439aa1aff3 (diff) | |
download | go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar.gz go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar.bz2 go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar.lz go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar.xz go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.tar.zst go-tangerine-92f171ec997fe478cd1e87b8f91ee127b2fb49f3.zip |
rerun gulp
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r-- | dist/ethereum.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js index 3e5bd3beb..30684dbf4 100644 --- a/dist/ethereum.js +++ b/dist/ethereum.js @@ -269,7 +269,6 @@ var methodSignature = function (json, name) { result += ')'; return web3.sha3(web3.fromAscii(result)); - //return web3.sha3(result); }; module.exports = { |