diff options
| author | John Newbery <[email protected]> | 2019-10-14 13:39:25 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2019-10-14 13:39:25 -0400 |
| commit | b96ed0396294fc4fa89d83ceab6bc169dd09f002 (patch) | |
| tree | 8da7d40bfa69145497b56b4755c98e5c568d27f8 /src/httpserver.cpp | |
| parent | [wallet] Remove package limit config access from wallet (diff) | |
| download | discoin-b96ed0396294fc4fa89d83ceab6bc169dd09f002.tar.xz discoin-b96ed0396294fc4fa89d83ceab6bc169dd09f002.zip | |
[wallet] Remove pruning check for -rescan option
Prior to this PR, the wallet would not allow the `-rescan` option at
startup if pruning was enabled. This is unnecessarily restrictive. It
should be possible to rescan if pruning is enabled, as long as no blocks
have actually been pruned yet.
Remove the pruning check from WalletInit::ParameterInteraction(). If any
blocks have been pruned, that will be caught in CreateWalletFromFile().
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions