carrot_impl: fix background sync key images

This commit is contained in:
jeffro256
2025-04-10 15:03:36 -05:00
committed by akildemir
parent 154806402b
commit a204844b8e

View File

@@ -2368,6 +2368,9 @@ void wallet2::scan_key_image(const wallet::enote_view_incoming_scan_info_t &enot
{
ki_out = std::nullopt;
if (m_multisig || m_background_syncing) // no spend privkey
return;
// if keys are encrypted, ask for password
if (is_spendkey_encryption_enabled())
{