Skip to content

Commit a72fc7c

Browse files
resolve NIT, remove extra line
Signed-off-by: Pasta <pasta@dashboost.org>
1 parent f7a9b0d commit a72fc7c

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
@@ -4430,7 +4430,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize)
44304430
}
44314431

44324432
m_pool_key_to_index[pubkey.GetID()] = index;
4433-
44344433
if (missingInternal + missingExternal > 0) {
44354434
LogPrintf("keypool added %d keys (%d internal), size=%u (%u internal)\n",
44364435
missingInternal + missingExternal, missingInternal,

0 commit comments

Comments
 (0)