Skip to content

Commit

Permalink
remove unused parameters from the config yaml (#3722)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Nov 6, 2023
1 parent 8d3f789 commit 679da53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ignite/config/chain/base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ type Account struct {
Mnemonic string `yaml:"mnemonic,omitempty"`
Address string `yaml:"address,omitempty"`
CoinType string `yaml:"cointype,omitempty"`

// The RPCAddress off the chain that account is issued at.
RPCAddress string `yaml:"rpc_address,omitempty"`
}

// Build holds build configs.
Expand Down

0 comments on commit 679da53

Please sign in to comment.