wallet: remove erroneous-on-reorg Assume()

This commit is contained in:
Greg Sanders
2026-01-09 08:40:17 -05:00
parent 595504a432
commit 4c7cfd37ad

View File

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