Skip to content

Commit

Permalink
fixing the fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Apr 3, 2014
1 parent 7d4dacc commit dd558bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppForSwig/BlockUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4563,7 +4563,7 @@ void BlockDataManager_LevelDB::buildAndScanDatabases(
nWallet++;
BtcWallet* wlt = *wltIter;
if(forceRebuild || forceRescan || skipFetch)
wlt->lastScanned_ = startScanHgt_;
wlt->ignoreLastScanned_ = true;

//LOGINFO << "Scanning Wallet #" << nWallet << " from height " << wlt->lastScanned_;

Expand Down

0 comments on commit dd558bc

Please sign in to comment.