Skip to content

Commit

Permalink
Merge pull request #1698 from 0chain/zus-cli-fix
Browse files Browse the repository at this point in the history
zus-cli fix
  • Loading branch information
dabasov authored Jan 13, 2025
2 parents b2a7296 + 62fc7ab commit 26aa2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func LoadConfig(v Reader) (Config, error) {
cfg.SignatureScheme = v.GetString("signature_scheme")
cfg.ChainID = v.GetString("chain_id")
cfg.ZauthServer = v.GetString("zauth_server")
cfg.EthereumNode = v.GetString("ethereum_node_url")

return cfg, nil
}
Expand Down

0 comments on commit 26aa2aa

Please sign in to comment.