You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
I've tried to deploy a contract with a constructor taking an address[] input list as parameter. I've specified the list of addesses as a slice of hex encoded values, which Mist happily accepted and then interpreted in some strange way as the constructor wasn't passed an address slice. Given that the ABI explicitly specified the type, I'd expect either for it to work or Mist to issue an error definitely not accept wrong types (turned out I need to put the hex literals into quotation marks).
@karalabe commented on May 2, 2016, 12:56 PM UTC:
I've tried to deploy a contract with a constructor taking an
address[]
input list as parameter. I've specified the list of addesses as a slice of hex encoded values, which Mist happily accepted and then interpreted in some strange way as the constructor wasn't passed an address slice. Given that the ABI explicitly specified the type, I'd expect either for it to work or Mist to issue an error definitely not accept wrong types (turned out I need to put the hex literals into quotation marks).This issue was moved by @evertonfraga from ethereum/mist/issues/535.
The text was updated successfully, but these errors were encountered: