From ec2676becdf488f7a1151345a019c05dec926308 Mon Sep 17 00:00:00 2001 From: ishaanam Date: Wed, 2 Jul 2025 15:56:28 -0400 Subject: [PATCH] wallet: unconfirmed ancestors and descendants are always truc --- src/wallet/spend.cpp | 10 ++++++++++ src/wallet/spend.h | 3 +++ 2 files changed, 13 insertions(+) diff --git a/src/wallet/spend.cpp b/src/wallet/spend.cpp index 86aa137b1c5..8e24bb95fc5 100644 --- a/src/wallet/spend.cpp +++ b/src/wallet/spend.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include