Skip to content

Commit

Permalink
wallet: fetch pool txs in pruned form [RELEASE]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffro256 committed Jun 21, 2024
1 parent 24ccaba commit 8c254e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/wallet2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 8c254e4

Please sign in to comment.