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()); } }