core/txpool/legacypool: goimports fix

This commit is contained in:
Martin Holst Swende 2024-02-15 14:09:48 +01:00
parent 5404c31af7
commit 84bc4d457f
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -27,7 +27,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/holiman/uint256"
"github.com/holiman/uint256"
"golang.org/x/exp/slices"
)