wallet: fetch pool txs in pruned form

This commit is contained in:
jeffro256 2024-05-28 11:19:34 -05:00
parent cc73fe7116
commit 302fa9b5df
No known key found for this signature in database
GPG Key ID: 6F79797A6E392442
1 changed files with 1 additions and 0 deletions

View File

@ -3598,6 +3598,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};