Skip to content

Commit 35aff43

Browse files
Remove unused variable int64_t nEnd
Last use of nEnd removed in commit 1fc8c3d.
1 parent 7b6e8bc commit 35aff43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3206,7 +3206,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize)
32063206
CWalletDB walletdb(*dbw);
32073207
for (int64_t i = missingInternal + missingExternal; i--;)
32083208
{
3209-
int64_t nEnd = 1;
32103209
if (i < missingInternal) {
32113210
internal = true;
32123211
}

0 commit comments

Comments
 (0)