API: call()
is broken for view functions with an array as the last parameter
#234
Labels
call()
is broken for view functions with an array as the last parameter
#234
Executing a "call" on a view function in the smart contract is broken for functions with an array as the last input param.
aragon.js/packages/aragon-wrapper/src/core/proxy/index.js
Line 53 in 1dea869
It's checking to see if the last parameter is an object (which is true if the last param is an array) and it's making the assumption that if it's an object, it's the call options object.
The text was updated successfully, but these errors were encountered: