Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: f91303f50769e1eadb74bd33aeddfacc507e8c4c
https://github.com/btcsuite/btcwallet/commit/f91303f50769e1eadb74bd33aeddfacc507e8c4c
Author: Josh Rickmar <[email protected]>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M config.go
Log Message:
-----------
Lookup actual home directory when expanding ~.
This fixes home directory expansion on Windows and OS X. Previously
on these platforms, a leading ~ would expand to %LOCALAPPDATA% on
Windows or ~/Library/Application Support/ on OS X.
While here, add support for ~otheruser expansion to expand to
otheruser's home directory.
Commit: 178717341ea38debdb0cc5e43579343bbe98861c
https://github.com/btcsuite/btcwallet/commit/178717341ea38debdb0cc5e43579343bbe98861c
Author: Josh Rickmar <[email protected]>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M config.go
Log Message:
-----------
Expand several more config options.
This adds home directory and OS environment variable expansion for the
following configuration options: configfile, appdatadir, rpccert,
rpckey.
Compare:
https://github.com/btcsuite/btcwallet/compare/42593c7dfd9b...178717341ea3