Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime
commitdeaf48b046e573f6774d19e74b58918ed777cb14
authorRussell Yanofsky <russ@yanofsky.org>
Thu, 22 Jun 2017 21:16:24 +0000 (22 17:16 -0400)
committerRussell Yanofsky <russ@yanofsky.org>
Thu, 22 Jun 2017 21:16:24 +0000 (22 17:16 -0400)
tree53ce45e371b51b474fbde5a09cef25efa12bdd57
parent5b2be2b787f26ce8a87b742890e43b02cc4779d1
Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime

This way CWallet::RescanFromTime callers don't need to subtract
TIMESTAMP_WINDOW themselves.

This is pure refactoring, there is no change in behavior.
src/wallet/rpcdump.cpp
src/wallet/wallet.cpp