Require ethereumjs-abi 0.6.1 to fix fixed-length array decoding

Fixes https://github.com/chriseth/browser-solidity/issues/156
pull/1/head
Alex Beregszaszi 9 years ago
parent 3cebb65f70
commit 3a054baa15
  1. 2
      package.json

@ -12,7 +12,7 @@
"ethereumjs-util": "^4.4.0", "ethereumjs-util": "^4.4.0",
"ethereumjs-tx": "^1.1.1", "ethereumjs-tx": "^1.1.1",
"ethereumjs-account": "^2.0.2", "ethereumjs-account": "^2.0.2",
"ethereumjs-abi": "^0.6.0", "ethereumjs-abi": "^0.6.1",
"web3": "^0.15.3", "web3": "^0.15.3",
"jquery": "^2.2.0", "jquery": "^2.2.0",
"brace": "^0.8.0", "brace": "^0.8.0",

Loading…
Cancel
Save