Merge pull request #9374

8c254e4 wallet: fetch pool txs in pruned form [RELEASE] (jeffro256)
This commit is contained in:
luigi1111 2024-07-16 18:57:12 -04:00
commit 6664e3e3b1
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -3606,6 +3606,7 @@ void wallet2::update_pool_state(std::vector<std::tuple<cryptonote::transaction,
req.requested_info = COMMAND_RPC_GET_BLOCKS_FAST::POOL_ONLY;
req.pool_info_since = m_pool_info_query_time;
req.prune = true;
{
const boost::lock_guard<boost::recursive_mutex> lock{m_daemon_rpc_mutex};