Browse Source

Merge commit 'a99de3e8a35356c4bbfda389fb296f0e79d649ba' into ethereumjs

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
7b1eaade87
  1. 1
      libjsqrc/ethereumjs/dist/ethereum.js
  2. 4
      libjsqrc/ethereumjs/dist/ethereum.js.map

1
libjsqrc/ethereumjs/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 = {

4
libjsqrc/ethereumjs/dist/ethereum.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save