aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-26 19:06:14 +0800
committerobscuren <geffobscura@gmail.com>2015-03-26 19:06:14 +0800
commiteb433731aa535a47c4a828ea15eafabd37a8278b (patch)
tree50951b2b5f94895f3f852fdf503db75cdfdf26f9 /core
parent98f970ba59def547b07397d2bc743db0b0d571f3 (diff)
downloaddexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.gz
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.bz2
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.lz
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.xz
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.zst
dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.zip
Fixed filter and refactored code
Diffstat (limited to 'core')
-rw-r--r--core/filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/filter.go b/core/filter.go
index 901931d99..ba5d5e14e 100644
--- a/core/filter.go
+++ b/core/filter.go
@@ -4,8 +4,8 @@ import (
"math"
"github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/state"
+ "github.com/ethereum/go-ethereum/core/types"
)
type AccountChange struct {