use exp/maps

This commit is contained in:
maskpp 2024-06-17 22:38:52 +08:00
parent 7a7966ce05
commit af8552b7ae

View file

@ -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