wallet: fetch pool txs in pruned form [RELEASE]
This commit is contained in:
committed by
Some Random Crypto Guy
parent
230890aab0
commit
15f280c6b0
@@ -4141,6 +4141,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};
|
||||
|
||||
Reference in New Issue
Block a user