Skip to content

Commit

Permalink
add log to test config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bd21 committed Oct 17, 2023
1 parent 19d25a5 commit 4494a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func init() {
Cfg = config.Parse(cfgFile)
Logger.Info("successfully parsed config file", "location", cfgFile)

Logger.Info("rpc", Cfg.Networks.Source.Ethereum.RPC)
Logger.Info(Cfg.Networks.Source.Ethereum.RPC)
// Set minter addresses from priv keys
for i, minter := range Cfg.Networks.Minters {
switch i {
Expand Down

0 comments on commit 4494a9e

Please sign in to comment.