Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: cee0411a2eb69769ffa2bcb43402facc96997f33
https://github.com/btcsuite/btcwallet/commit/cee0411a2eb69769ffa2bcb43402facc96997f33
Author: Josh Rickmar <[email protected]>
Date: 2016-03-11 (Fri, 11 Mar 2016)
Changed paths:
M README.md
M config.go
M params.go
M sample-btcwallet.conf
Log Message:
-----------
Default to mainnet.
Note that this is a breaking change since it removes the mainnet
config option, replacing it with a testnet option. Old configuration
files that set mainnet=1 will cause the wallet to error during startup
since extraneous flags are treated as errors.
Because configuration files will have to be updated for the change
regardless, the old deprecated (and unused) options `disallowfree` and
`keypoolsize` have also been removed.
Closes #383.