Commit dd66016f authored by chriseth's avatar chriseth

Merge pull request #12 from ethereum/patch/abi-fixed-array

Require ethereumjs-abi 0.6.1 to fix fixed-length array decoding
parents faf8e8cf 3a054baa
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment