Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Feb 2, 2024
1 parent f0156cc commit 8eb64f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/genericconf/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
package genericconf

import (
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/p2p/enode"
"time"

flag "github.com/spf13/pflag"

"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/p2p/enode"
)

type HTTPConfig struct {
Expand Down

0 comments on commit 8eb64f2

Please sign in to comment.