From 4c7cfd37ad9517334a0848e6778243ddef1843f4 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Fri, 9 Jan 2026 08:40:17 -0500 Subject: [PATCH] wallet: remove erroneous-on-reorg Assume() --- src/wallet/spend.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/spend.cpp b/src/wallet/spend.cpp index c7c41f5d0f1..b36514120f7 100644 --- a/src/wallet/spend.cpp +++ b/src/wallet/spend.cpp @@ -410,7 +410,6 @@ CoinsResult AvailableCoins(const CWallet& wallet, if (ancestors > 1) continue; } else { if (wtx.tx->version == TRUC_VERSION) continue; - Assume(!wtx.truc_child_in_mempool.has_value()); } }