mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/catalyst: goimports
This commit is contained in:
parent
ecbbdf2cd4
commit
edd38b8cba
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ package catalyst
|
|||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
|
|
@ -37,7 +38,6 @@ import (
|
|||
"github.com/ethereum/go-ethereum/params"
|
||||
"github.com/ethereum/go-ethereum/params/forks"
|
||||
"github.com/ethereum/go-ethereum/rpc"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
// Register adds the engine API to the full node.
|
||||
|
|
|
|||
Loading…
Reference in a new issue