mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused variable int64_t nEnd
Last use of nEnd removed in commit 1fc8c3de0c.
This commit is contained in:
parent
7b6e8bc442
commit
35aff43217
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue