Skip to content

Commit

Permalink
fixing the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Apr 3, 2014
1 parent d806afb commit 7d4dacc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cppForSwig/BlockUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3709,10 +3709,9 @@ void BlockDataManager_LevelDB::scanRegisteredTxForWallet( BtcWallet & wlt,
SCOPED_TIMER("scanRegisteredTxForWallet");

if(!wlt.ignoreLastScanned_)
{
blkStart = wlt.lastScanned_;
else
wlt.ignoreLastScanned_ = false;
}

bool isMainWallet = true;
if(&wlt != (*registeredWallets_.begin())) isMainWallet = false;
Expand Down

0 comments on commit 7d4dacc

Please sign in to comment.