diff --git a/core/txpool/legacypool/list.go b/core/txpool/legacypool/list.go index 89188e4330..2be1c0fa9d 100644 --- a/core/txpool/legacypool/list.go +++ b/core/txpool/legacypool/list.go @@ -20,6 +20,7 @@ import ( "container/heap" "math" "math/big" + "slices" "sort" "sync" "sync/atomic"