diff options
Diffstat (limited to 'cmd/ethereum/blocktest.go')
-rw-r--r-- | cmd/ethereum/blocktest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/blocktest.go b/cmd/ethereum/blocktest.go index b75518138..d9cdfa83f 100644 --- a/cmd/ethereum/blocktest.go +++ b/cmd/ethereum/blocktest.go @@ -5,9 +5,9 @@ import ( "github.com/codegangsta/cli" "github.com/ethereum/go-ethereum/cmd/utils" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/ethdb" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/tests" ) |