aboutsummaryrefslogtreecommitdiffstats
path: root/core/headerchain.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-03-26 17:28:46 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-26 17:28:46 +0800
commit1fae50a199903d28dac76e78ef065ba0ad96cf17 (patch)
tree06836e94cc3ef0153de197cfcbc6832c5f466628 /core/headerchain.go
parent933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff)
downloadgo-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar.gz
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar.bz2
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar.lz
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar.xz
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.tar.zst
go-tangerine-1fae50a199903d28dac76e78ef065ba0ad96cf17.zip
core: minor evm polishes and optimizations
Diffstat (limited to 'core/headerchain.go')
-rw-r--r--core/headerchain.go2
1 files changed, 1 insertions, 1 deletions
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 (