//
pkg.gl
Category
github.com/ethereum/go-ethereum
core
txpool
locals
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
15
Dependents
1
Files
310 SLOC
#
Functions
New
New creates a new TxTracker.
#
Structs
TxTracker
TxTracker is a struct used to track priority transactions; it will check from time to time if the main pool has forgotten about any of the transaction it is tracking, and if so, submit it again.