Commit 3a054baa authored by Alex Beregszaszi's avatar Alex Beregszaszi

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

parent 3cebb65f
...@@ -12,7 +12,7 @@ ...@@ -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",
......
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