Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: f3df6c8bc9e2d6f9b69112ce835ad6f2cb4a375a
https://github.com/btcsuite/btcwallet/commit/f3df6c8bc9e2d6f9b69112ce835ad6f2cb4a375a
Author: Josh Rickmar <[email protected]>
Date: 2016-05-25 (Wed, 25 May 2016)
Changed paths:
M btcwallet.go
M config.go
A internal/cfgutil/explicitflags.go
M rpcserver.go
M walletsetup.go
Log Message:
-----------
Handle flags explicitly set to defaults.
This prevents treating a flag that was explicitly set to the default
as unchanged, since the explicit set is recorded in the new
*cfgutil.ExplicitString flag type.