Skip to content

Commit 4548c2b

Browse files
ukane-philemonchappjc
authored andcommitted
expand dcr wallet rpc cert
1 parent e912a08 commit 4548c2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/asset/dcr/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ func loadConfig(settings map[string]string, network dex.Network) (*Config, *chai
7777
}
7878
if cfg.RPCCert == "" {
7979
cfg.RPCCert = defaultRPCCert
80+
} else {
81+
cfg.RPCCert = dex.CleanAndExpandPath(cfg.RPCCert)
8082
}
8183

8284
return cfg, chainParams, nil

0 commit comments

Comments
 (0)