Skip to content

Commit

Permalink
Remove unused customNetwork (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronGauntlets authored Apr 2, 2024
1 parent 3cb0b80 commit e7d6a23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/juno/juno.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const (
wsPortF = "ws-port"
dbPathF = "db-path"
networkF = "network"
customNetworkF = "custom-network"
ethNodeF = "eth-node"
pprofF = "pprof"
pprofHostF = "pprof-host"
Expand Down
1 change: 0 additions & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type Config struct {
GRPCPort uint16 `mapstructure:"grpc-port"`
DatabasePath string `mapstructure:"db-path"`
Network utils.Network `mapstructure:"network"`
CustomNetwork string `mapstructure:"custom-network"`
EthNode string `mapstructure:"eth-node"`
Pprof bool `mapstructure:"pprof"`
PprofHost string `mapstructure:"pprof-host"`
Expand Down

0 comments on commit e7d6a23

Please sign in to comment.