mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user