Skip to content

Commit b8d83b1

Browse files
committed
fixed renamed package name
1 parent b1cc405 commit b8d83b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miner/tx_prefetch.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import (
77
"math"
88
"time"
99

10+
"github.com/ethereum/go-ethereum/common/lru"
1011
"github.com/ethereum/go-ethereum/core"
1112
"github.com/ethereum/go-ethereum/core/types"
1213
"github.com/ethereum/go-ethereum/core/vm"
1314
"github.com/ethereum/go-ethereum/log"
14-
metaminer "github.com/ethereum/go-ethereum/metadium/miner"
1515
)
1616

1717
var (
18-
doneTxs = metaminer.NewLruCache(5000)
18+
doneTxs = lru.NewLruCache(5000, false)
1919
)
2020

2121
func tx_prefetch(w *worker, to *TxOrderer, numWorkers int) {

0 commit comments

Comments
 (0)