Revert "[refactor] rewrite vTxHashes as a vector of CTransactionRef"

This reverts commit a03aef9cec.
This commit is contained in:
Anthony Towns
2025-08-25 16:17:05 +10:00
parent b9300d8d0a
commit b7b249d3ad
4 changed files with 12 additions and 11 deletions

View File

@@ -56,8 +56,8 @@ static CBlock BuildBlockTestCase(FastRandomContext& ctx) {
}
// Number of shared use_counts we expect for a tx we haven't touched
// (block + mempool entry + mempool txns_randomized + our copy from the GetSharedTx call)
constexpr long SHARED_TX_OFFSET{4};
// (block + mempool entry + our copy from the GetSharedTx call)
constexpr long SHARED_TX_OFFSET{3};
BOOST_AUTO_TEST_CASE(SimpleRoundTripTest)
{