aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-08-01 11:52:22 +0000
committertobtoht <tob@featherwallet.org>2025-08-01 11:52:22 +0000
commit35efc7e340cf3d672c66e48112e275b03ff69cd6 (patch)
tree8700c9d7d9eb3bcf3f365f6d5963c30c4b222e4d /src/wallet/api/wallet.cpp
parentec870e50706a29768a65f597155ed5c7ad7e6326 (diff)
parent8f98dac4f02e1c7f431c3917f95cb9a235e668b9 (diff)
downloadmonzero-core-35efc7e340cf3d672c66e48112e275b03ff69cd6.tar.gz
monzero-core-35efc7e340cf3d672c66e48112e275b03ff69cd6.tar.xz
monzero-core-35efc7e340cf3d672c66e48112e275b03ff69cd6.zip
Merge pull request #10015
8f98dac wallet: deprecate wallet2::find_and_save_rings() (jeffro256)
Diffstat (limited to 'src/wallet/api/wallet.cpp')
-rw-r--r--src/wallet/api/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
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");
}