core, eth: minor txpool event cleanups
This commit is contained in:
		| @@ -65,7 +65,7 @@ type Backend interface { | ||||
| 	GetPoolNonce(ctx context.Context, addr common.Address) (uint64, error) | ||||
| 	Stats() (pending int, queued int) | ||||
| 	TxPoolContent() (map[common.Address]types.Transactions, map[common.Address]types.Transactions) | ||||
| 	SubscribeTxPreEvent(chan<- core.TxsPreEvent) event.Subscription | ||||
| 	SubscribeNewTxsEvent(chan<- core.NewTxsEvent) event.Subscription | ||||
|  | ||||
| 	ChainConfig() *params.ChainConfig | ||||
| 	CurrentBlock() *types.Block | ||||
|   | ||||
		Reference in New Issue
	
	Block a user