core: minor evm polishes and optimizations

This commit is contained in:
Péter Szilágyi
2018-03-26 12:28:46 +03:00
parent 933972d139
commit 1fae50a199
4 changed files with 109 additions and 103 deletions

View File

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