From 8f98dac4f02e1c7f431c3917f95cb9a235e668b9 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Tue, 29 Jul 2025 11:58:05 -0500 Subject: wallet: deprecate wallet2::find_and_save_rings() Rings for outgoing transactions are stored within the scanning code since the last hardfork, so this code is largely unneccessary now. Co-authored-by: j-berman --- src/wallet/api/wallet.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/api') diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 8fda0bab7..165b21c9f 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -2479,7 +2479,6 @@ void WalletImpl::doRefresh() if (m_history->count() == 0) { m_history->refresh(); } - m_wallet->find_and_save_rings(false); } else { LOG_PRINT_L3(__FUNCTION__ << ": skipping refresh - daemon is not synced"); } -- cgit v1.2.3