trie/trienode: rm /x/exp/maps

This commit is contained in:
Martin Holst Swende 2024-10-08 09:59:20 +02:00
parent f253b8bbb3
commit dc9164d924
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -18,11 +18,11 @@ package trienode
import ( import (
"fmt" "fmt"
"maps"
"sort" "sort"
"strings" "strings"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"golang.org/x/exp/maps"
) )
// Node is a wrapper which contains the encoded blob of the trie node and its // Node is a wrapper which contains the encoded blob of the trie node and its