Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 7704a6d5c365bbb3db30966a69dacea9a501159f
https://github.com/btcsuite/btcwallet/commit/7704a6d5c365bbb3db30966a69dacea9a501159f
Author: Josh Rickmar <[email protected]>
Date: 2016-05-06 (Fri, 06 May 2016)
Changed paths:
M cmd/dropwtxmgr/main.go
M cmd/sweepaccount/main.go
M config.go
M glide.lock
M glide.yaml
Log Message:
-----------
Switch from forked to upstream flags package.
In https://github.com/btcsuite/btcwallet/pull/419#issuecomment-212482492
I mentioned that btcwallet should wait until btcd also switches back
to upstream package paths so that duplicate packages are not included
in and bloat the btcwallet binary. Even while btcd has not yet
switched to the upstream flags package, this change can still be made
now since it is only used by btcd's main package, which is not
included in btcwallet.