diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-26 19:06:14 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-26 19:06:14 +0800 |
commit | eb433731aa535a47c4a828ea15eafabd37a8278b (patch) | |
tree | 50951b2b5f94895f3f852fdf503db75cdfdf26f9 /core | |
parent | 98f970ba59def547b07397d2bc743db0b0d571f3 (diff) | |
download | dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.gz dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.tar.zst dexon-eb433731aa535a47c4a828ea15eafabd37a8278b.zip |
Fixed filter and refactored code
Diffstat (limited to 'core')
-rw-r--r-- | core/filter.go | 2 |
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 { |