Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getTransactionIds and getTransactionCount not working #7

Open
meisser opened this issue Oct 25, 2018 · 0 comments
Open

getTransactionIds and getTransactionCount not working #7

meisser opened this issue Oct 25, 2018 · 0 comments

Comments

@meisser
Copy link

meisser commented Oct 25, 2018

When calling the getTransactionCount on the deployed contract through etherscan, it always seems to count all the transactions. To reproduce, got to for example this deployed instance of the multisig wallet and call getTransactionCount with pending=false and executed=false:
https://etherscan.io/address/0x6ADD960f63925AB6F29CC66d2349A786A3F79276#readContract
It always counts all the transactions, even though it should return 0. Similarly, getTransactionIds always returns the same result regardless of the parameters chosen.

I'm not sure where there error is. Maybe there is a problem with the line break in the "if" statement?
This could also be a problem with etherscan. Nonetheless, this might be of interest to you.

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

No branches or pull requests

1 participant