Browse Source

Remove unused variable int64_t nEnd

Last use of nEnd removed in commit 1fc8c3de0c.
0.15
practicalswift 7 years ago
parent
commit
35aff43217
  1. 1
      src/wallet/wallet.cpp

1
src/wallet/wallet.cpp

@ -3206,7 +3206,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize)
CWalletDB walletdb(*dbw); CWalletDB walletdb(*dbw);
for (int64_t i = missingInternal + missingExternal; i--;) for (int64_t i = missingInternal + missingExternal; i--;)
{ {
int64_t nEnd = 1;
if (i < missingInternal) { if (i < missingInternal) {
internal = true; internal = true;
} }

Loading…
Cancel
Save