eth/catalyst: goimports

This commit is contained in:
Martin Holst Swende 2024-03-14 11:28:33 +01:00
parent ecbbdf2cd4
commit edd38b8cba
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -20,6 +20,7 @@ package catalyst
import ( import (
"errors" "errors"
"fmt" "fmt"
"strconv"
"sync" "sync"
"time" "time"
@ -37,7 +38,6 @@ import (
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/params/forks" "github.com/ethereum/go-ethereum/params/forks"
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
"strconv"
) )
// Register adds the engine API to the full node. // Register adds the engine API to the full node.