Skip to content

getTransactionIds and getTransactionCount not working #7

@meisser

Description

@meisser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions