core/rawdb: goformat

This commit is contained in:
Martin Holst Swende 2024-03-24 09:21:01 +01:00
parent f2c998920a
commit a44780f963
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -23,7 +23,7 @@ import (
"fmt" "fmt"
"math/big" "math/big"
"slices" "slices"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/misc/eip4844" "github.com/ethereum/go-ethereum/consensus/misc/eip4844"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"