diff --git a/cmd/devp2p/nodeset.go b/cmd/devp2p/nodeset.go index 0eb31be003..4a6df6cdfe 100644 --- a/cmd/devp2p/nodeset.go +++ b/cmd/devp2p/nodeset.go @@ -17,8 +17,8 @@ package main import ( - "cmp" "bytes" + "cmp" "encoding/json" "fmt" "os" diff --git a/core/state/snapshot/iterator_fast.go b/core/state/snapshot/iterator_fast.go index 3ef2cece61..61fc434178 100644 --- a/core/state/snapshot/iterator_fast.go +++ b/core/state/snapshot/iterator_fast.go @@ -17,8 +17,8 @@ package snapshot import ( - "cmp" "bytes" + "cmp" "fmt" "slices" "sort" diff --git a/triedb/pathdb/iterator_fast.go b/triedb/pathdb/iterator_fast.go index 24cd1635eb..966e37a7cb 100644 --- a/triedb/pathdb/iterator_fast.go +++ b/triedb/pathdb/iterator_fast.go @@ -17,8 +17,8 @@ package pathdb import ( - "cmp" "bytes" + "cmp" "fmt" "slices" "sort"