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?
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?