Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Wallet unable to show different parameters for functions with same names #456

Open
ghost opened this issue Feb 14, 2018 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Feb 14, 2018

@chuacw commented on Nov 5, 2017, 6:22 AM UTC:

Version: 0.9.2
OS & Version: Windows 2008 R2
Node version: geth 1.7.2-stable-1db4ecdc
Number of blocks synchronized: 0


I have 2 functions with the same names, but different parameters.
Both MyEtherWallet and Parity are able to show these functions with different parameters, but the Ethereum Wallet shows these 2 functions, both with the same parameters.

  function shout(string message) payable costs(fee) public {
  }

  function shout(string _owner, string message) payable costs(fee+idfee) public {
  }

at block: 2007482 (Sun, 05 Nov 2017 14:18:01 +08)
 datadir: d:\Ethereum\ropstendatadir
 modules: admin:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 txpool:1.0 web3:1.0

> eth.syncing
false
> eth.blockNumber
2007482
>

Contract address:  5B2554Fe6A8Bc01C4695A6155e49D4b2F7DD98Af

This is on Ropsten.
![image](https://user-images.githubusercontent.com/1757930/32412504-982b34c8-c234-11e7-96a1-2c11d6d76676.png)

This issue was moved by @evertonfraga from ethereum/mist/issues/3248.

@ghost
Copy link
Author

ghost commented Feb 14, 2018

@idanhaviv commented on Nov 28, 2017, 9:45 AM UTC:

Hey, i'm thinking of taking this issue. @evertonfraga you think it's a good first issue? it's my first time working with mist & ethereum and i'm working on a mac not windows.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants