Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 5e3613775d9652b6d38d83dfd69f1edcc249519e
https://github.com/btcsuite/btcwallet/commit/5e3613775d9652b6d38d83dfd69f1edcc249519e
Author: Josh Rickmar <[email protected]>
Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths:
M config.go
Log Message:
-----------
Make default config relative to appdata directory.
This modifies the default configuration file to be relative to the
application data directory (configuratble with --appdata). If there
is no configuration file in this directory, then no additional
configuration options are applied (it does not fallback to
~/.btcwallet/btcwallet.conf).
Fixes #421.