Skip to content

txpool_inspect: method commented out due to loop variable bug #20344

@bomanaps

Description

@bomanaps

Hi, I noticed txpool_inspect is commented out in rpc/jsonrpc/txpool_api.go (lines 205–241). Was this intentionally left out, or was it commented due to the bug in the loop where the variable is declared as txn but referenced as tx in the body?

We are working on standardizing the txpool namespace in ethereum/execution-apis#758 and txpool_inspect is one of the methods being specced. Would it be okay if I open a PR that fixes the loop bug and uncomments/completes the implementation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions