Skip to content

Commit

Permalink
fixed Issue #126
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Jan 15, 2017
1 parent 6916d40 commit 7b775f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qt/utilitydialog.cpp
Expand Up @@ -149,8 +149,7 @@ void DebugDialog::on_sxButton_clicked()
pindex = pindex->pprev;
};

int i;
for(i=nFromHeight2;i>=nFromHeight;i--)
while (pindex->nHeight >= nFromHeight)
{
LogPrintf("Scan sx transaction at %d ................\n",pindex->nHeight);
CBlock block;
Expand Down

0 comments on commit 7b775f3

Please sign in to comment.