Fixed filter and refactored code

This commit is contained in:
obscuren
2015-03-26 12:06:14 +01:00
parent 98f970ba59
commit eb433731aa
2 changed files with 29 additions and 24 deletions

View File

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