From 302fa9b5df1be7afe94c0472cf0552750a07c571 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Tue, 28 May 2024 11:19:34 -0500 Subject: [PATCH] wallet: fetch pool txs in pruned form --- src/wallet/wallet2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 9b09d0920..315e03d02 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3598,6 +3598,7 @@ void wallet2::update_pool_state(std::vector lock{m_daemon_rpc_mutex};