miner: fix linter

This commit is contained in:
Péter Szilágyi 2024-06-12 12:25:20 +03:00
parent 05b39fe9b6
commit fefaa78e52

View file

@ -22,9 +22,9 @@ import (
"sync"
"testing"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/beacon"
"github.com/ethereum/go-ethereum/consensus/ethash"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/rawdb"
"github.com/ethereum/go-ethereum/core/state"