2. [Second Step]
However, I noticed that every txhash that the ws-client received is already being committed in the block.
__Expected behavior:__ [What you expected to happen]
The `eth_subscribe` method with params `newPendingTransactions` should return the list of tx from mempool, not committed block.
__Actual behavior:__ [What actually happened]
In `tendermint@v0.39.3` , https://github.com/tendermint/tendermint/blob/94ea3c83a8cfa63c8cd7502dd581b552e81dbf23/state/execution.go#L470
the `eventBus` only iterates the `block.Data.Txs`, then publishes them
__Additional info:__ [Include gist of relevant config, logs, etc.]
System info: [Include Ethermint commit, operating system name, and other relevant details] the
development
branchSteps to reproduce:
< {"jsonrpc":"2.0","method":"eth_subscription","params":{"subscription":"0x9789a5feaffc47d2669be4b79fd03e21","result":"0x492660be45ab6cbb88c416620b38b77c874a0321d5f7db8c035ee42179251d56"}}