From 8c254e42e3aa174ea2b1c85ce45f2f59aa580eb1 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Fri, 31 May 2024 20:58:43 -0500 Subject: [PATCH] wallet: fetch pool txs in pruned form [RELEASE] --- src/wallet/wallet2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index b746dee4461..64f486e7195 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3606,6 +3606,7 @@ void wallet2::update_pool_state(std::vector lock{m_daemon_rpc_mutex};