Skip to content

Commit

Permalink
expand dcr wallet rpc cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ukane-philemon committed Mar 17, 2022
1 parent 20634d4 commit debed8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/asset/dcr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func loadConfig(settings map[string]string, network dex.Network) (*Config, *chai
if cfg.RPCCert == "" {
cfg.RPCCert = defaultRPCCert
}
cfg.RPCCert = dex.CleanAndExpandPath(cfg.RPCCert)

return cfg, chainParams, nil
}

0 comments on commit debed8e

Please sign in to comment.