diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2018-07-13 11:49:24 -0400 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2018-07-14 12:42:28 -0400 |
commit | 3fe836b78d504942e8850b607453886969f57e27 (patch) | |
tree | 908ed2b2e53c8a2ec6a28bb0b1eafcbbee28f02c /src/wallet/wallet.h | |
parent | b25a4c2284babdf1e8cf0ec3b1402200dd25f33f (diff) |
[moveonly] Extract RescanWallet to handle a simple rescan
Where the outcome does not depend on the result, apart from a simple
success check.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 2e53ca0c55..6394ce1c23 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -62,8 +62,6 @@ static const bool DEFAULT_WALLET_RBF = false; static const bool DEFAULT_WALLETBROADCAST = true; static const bool DEFAULT_DISABLE_WALLET = false; -static const int64_t TIMESTAMP_MIN = 0; - class CBlockIndex; class CCoinControl; class COutput; |