[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids

This commit is contained in:
glozow
2023-08-29 17:36:16 +01:00
committed by TheCharlatan
parent 55b0939cab
commit d0cd2e804e
2 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ private:
uint64_t nBlockTx;
uint64_t nBlockSigOpsCost;
CAmount nFees;
CTxMemPool::setEntries inBlock;
std::unordered_set<Txid, SaltedTxidHasher> inBlock;
// Chain context for the block
int nHeight;