diff options
| author | jeffro256 <jeffro256@tutanota.com> | 2025-07-29 11:58:05 -0500 |
|---|---|---|
| committer | jeffro256 <jeffro256@tutanota.com> | 2025-07-29 12:32:20 -0500 |
| commit | 8f98dac4f02e1c7f431c3917f95cb9a235e668b9 (patch) | |
| tree | 8700c9d7d9eb3bcf3f365f6d5963c30c4b222e4d /src/wallet/api | |
| parent | ec870e50706a29768a65f597155ed5c7ad7e6326 (diff) | |
| download | monzero-core-8f98dac4f02e1c7f431c3917f95cb9a235e668b9.tar.gz monzero-core-8f98dac4f02e1c7f431c3917f95cb9a235e668b9.tar.xz monzero-core-8f98dac4f02e1c7f431c3917f95cb9a235e668b9.zip | |
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 <justinberman@protonmail.com>
Diffstat (limited to 'src/wallet/api')
| -rw-r--r-- | src/wallet/api/wallet.cpp | 1 |
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"); } |
