Skip to content

Commit

Permalink
Remove unused variable int64_t nEnd
Browse files Browse the repository at this point in the history
Last use of nEnd removed in commit 1fc8c3d.
  • Loading branch information
practicalswift committed Jul 18, 2017
1 parent 7b6e8bc commit 35aff43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/wallet.cpp
Expand Up @@ -3206,7 +3206,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize)
CWalletDB walletdb(*dbw);
for (int64_t i = missingInternal + missingExternal; i--;)
{
int64_t nEnd = 1;
if (i < missingInternal) {
internal = true;
}
Expand Down

0 comments on commit 35aff43

Please sign in to comment.