Skip to content

Commit 67ceff4

Browse files
committed
[wallet] Add logging to MarkReserveKeysAsUsed
1 parent 1221f60 commit 67ceff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3659,6 +3659,7 @@ void CWallet::MarkReserveKeysAsUsed(int64_t keypool_id)
36593659
m_pool_key_to_index.erase(keypool.vchPubKey.GetID());
36603660
}
36613661
walletdb.ErasePool(index);
3662+
LogPrintf("keypool index %d removed\n", index);
36623663
it = setKeyPool->erase(it);
36633664
}
36643665
}

0 commit comments

Comments
 (0)