Improved tx pool to ignore invalid transactions
Transaction pool will attempt to ignore invalid transactions it had previously encountered.
This commit is contained in:
@ -6,8 +6,8 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/ethereum/go-ethereum/core"
|
||||
"github.com/ethereum/go-ethereum/event"
|
||||
"github.com/ethereum/go-ethereum/core/state"
|
||||
"github.com/ethereum/go-ethereum/event"
|
||||
)
|
||||
|
||||
type FilterManager struct {
|
||||
|
Reference in New Issue
Block a user