From 7a7966ce050d4a868f2b48b8819d7feff68ee9e8 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 17 Jun 2024 11:13:08 +0200 Subject: [PATCH] Update history.go --- 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 34311e559f..50db3a3671 100644 --- a/triedb/pathdb/history.go +++ b/triedb/pathdb/history.go @@ -21,6 +21,7 @@ import ( "encoding/binary" "errors" "fmt" + "maps" "slices" "time" @@ -29,7 +30,6 @@ 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