mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
[refactor] updating miniminer comments to be more accurate
This commit is contained in:
@@ -137,10 +137,10 @@ public:
|
||||
*/
|
||||
MiniMiner(const CTxMemPool& mempool, const std::vector<COutPoint>& outpoints);
|
||||
|
||||
/** Constructor in which the MiniMinerMempoolEntry entries have been constructed manually,
|
||||
* presumably because these transactions are not in the mempool (yet). It is assumed that all
|
||||
* entries are unique and their values are correct, otherwise results computed by MiniMiner may
|
||||
* be incorrect. Callers should check IsReadyToCalculate() after construction.
|
||||
/** Constructor in which the MiniMinerMempoolEntry entries have been constructed manually.
|
||||
* It is assumed that all entries are unique and their values are correct, otherwise results
|
||||
* computed by MiniMiner may be incorrect. Callers should check IsReadyToCalculate() after
|
||||
* construction.
|
||||
* @param[in] descendant_caches A map from each transaction to the set of txids of this
|
||||
* transaction's descendant set, including itself. Each tx in
|
||||
* manual_entries must have a corresponding entry in this map, and
|
||||
|
||||
Reference in New Issue
Block a user