Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PrathyushaLakkireddy committed Sep 25, 2024
1 parent 0a30a60 commit d5321a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chainclient/client_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ type Config struct {
}

func GetClientConfig() Config {
config := Config{ //TODO: think about better approach
// TODO: think about better approach(may be read from config.yaml)
config := Config{
ValidatorKey: os.Getenv("VALIDATOR_KEY"),
KeyringBackend: os.Getenv("KEYRING_BACKEND"),
}
Expand Down

0 comments on commit d5321a1

Please sign in to comment.