Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
18aaddy committed Sep 23, 2024
1 parent 2936f66 commit e55b1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 223 deletions.
221 changes: 0 additions & 221 deletions cli/main.go

This file was deleted.

4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Config struct {
}

// only if we are using CLI
func (c Config) FromFile(configPath *string, network *string, cliConfig *CliConfig) Config {
func (c Config) from_file(configPath *string, network *string, cliConfig *CliConfig) Config {
n := Network(*network)
baseConfig, err := n.BaseConfig(*network)
if err != nil {
Expand Down Expand Up @@ -118,7 +118,7 @@ func (c Config) FromFile(configPath *string, network *string, cliConfig *CliConf
}
return finalConfig
}
func (c Config) ToBaseConfig() BaseConfig {
func (c Config) to_base_config() BaseConfig {
return BaseConfig{
RpcBindIp: func() string {
if c.RpcBindIp != nil {
Expand Down

0 comments on commit e55b1f1

Please sign in to comment.