You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
__eth_pendingTransactions__
Returns the pending transactions list.
Actual behaviour
eth_pendingTransactions returns pending transactions sent from accounts managed by geth instance.
Proposed Solution
Fix documentation to read:
__eth_pendingTransactions__
Returns the transactions that are pending in the transaction pool and have a from address that is one of the accounts this node manages.
System information
Geth version: any from at least last few years
Expected behaviour
eth_pendingTransactions
returns all transactions marked as pending in the transaction pool, as documented here: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_pendingtransactionsActual behaviour
eth_pendingTransactions
returns pending transactions sent from accounts managed by geth instance.Proposed Solution
Fix documentation to read:
The text was updated successfully, but these errors were encountered: