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 Sep 5, 2020. 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).
The text was updated successfully, but these errors were encountered:
karalabe
changed the title
Contract deploy typed input no honoured
Contract deploy typed input not honoured
May 2, 2016
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).The text was updated successfully, but these errors were encountered: