mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-24 22:04:30 +00:00
Remove unused variable int64_t nEnd
Last use of nEnd removed in commit 1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab.
This commit is contained in:
parent
7b6e8bc442
commit
35aff43217
@ -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…
x
Reference in New Issue
Block a user