From 1fae50a199903d28dac76e78ef065ba0ad96cf17 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Mon, 26 Mar 2018 12:28:46 +0300 Subject: core: minor evm polishes and optimizations --- core/headerchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/headerchain.go') diff --git a/core/headerchain.go b/core/headerchain.go index 73cd5d2c4..2d1b0a2a1 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -23,6 +23,7 @@ import ( "math" "math/big" mrand "math/rand" + "sync/atomic" "time" "github.com/ethereum/go-ethereum/common" @@ -32,7 +33,6 @@ import ( "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" "github.com/hashicorp/golang-lru" - "sync/atomic" ) const ( -- cgit