Branch: refs/heads/master
Home: https://github.com/conformal/btcgui
Commit: 8d571880cdbba2d40c2a8793fc7f11fd32f40969
https://github.com/conformal/btcgui/commit/8d571880cdbba2d40c2a8793fc7f11fd32f40969
Author: Josh Rickmar <[email protected]>
Date: 2014-01-10 (Fri, 10 Jan 2014)
Changed paths:
M config.go
Log Message:
-----------
Use smarter btcwallet cert path logic.
If ~/.btcgui/btcwallet.cert does not exist and the CA file has not
been explicitly set using the config file or command line flags, it's
possible that the cert can be found in ~/.btcwallet. If connecting to
a localhost btcwallet and the previous statements are true, the
default CA file config option is updated for the certificate in them
btcwallet homedir.
If ~/.btcgui/btcwallet.cert does exist and the CA file has not been
set, it is used without checking for a cert in the btcwallet homedir.