From af8552b7aeef7dda2483b44970b130cb4f7d698c Mon Sep 17 00:00:00 2001 From: maskpp Date: Mon, 17 Jun 2024 22:38:52 +0800 Subject: [PATCH] use exp/maps --- triedb/pathdb/history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triedb/pathdb/history.go b/triedb/pathdb/history.go index 50db3a3671..34311e559f 100644 --- a/triedb/pathdb/history.go +++ b/triedb/pathdb/history.go @@ -21,7 +21,6 @@ import ( "encoding/binary" "errors" "fmt" - "maps" "slices" "time" @@ -30,6 +29,7 @@ import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/trie/triestate" + "golang.org/x/exp/maps" ) // State history records the state changes involved in executing a block. The