Improved tx pool to ignore invalid transactions

Transaction pool will attempt to ignore invalid transactions it had
previously encountered.
This commit is contained in:
obscuren
2015-04-08 00:31:23 +02:00
parent d09d2b96fc
commit 09147a50ed
2 changed files with 30 additions and 9 deletions

View File

@ -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 {