From a204844b8e7cb9d0a3c961b0ef257d1bc50f4f06 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Thu, 10 Apr 2025 15:03:36 -0500 Subject: [PATCH] carrot_impl: fix background sync key images --- src/wallet/wallet2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 7cb9272e8..8179d0ba1 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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()) {