core: fix staticcheck warnings (#20384)

* core: fix staticcheck warnings

* fix goimports
This commit is contained in:
Guillaume Ballet
2019-11-27 09:50:30 +01:00
committed by GitHub
parent c4844e9ee2
commit 7b189d6f1f
4 changed files with 32 additions and 14 deletions

View File

@ -28,6 +28,8 @@ import (
"github.com/ethereum/go-ethereum/crypto/blake2b"
"github.com/ethereum/go-ethereum/crypto/bn256"
"github.com/ethereum/go-ethereum/params"
//lint:ignore SA1019 Needed for precompile
"golang.org/x/crypto/ripemd160"
)