From 09147a50ede8c85022d115e23bb2ce067a50c8de Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 8 Apr 2015 00:31:23 +0200 Subject: Improved tx pool to ignore invalid transactions Transaction pool will attempt to ignore invalid transactions it had previously encountered. --- event/filter/eth_filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event') diff --git a/event/filter/eth_filter.go b/event/filter/eth_filter.go index dc032b5c2..a1abe3418 100644 --- a/event/filter/eth_filter.go +++ b/event/filter/eth_filter.go @@ -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 { -- cgit v1.2.3