|
|
|
@ -201,7 +201,7 @@ public:
@@ -201,7 +201,7 @@ public:
|
|
|
|
|
PartiallyDownloadedBlock(CTxMemPool* poolIn) : pool(poolIn) {} |
|
|
|
|
|
|
|
|
|
// extra_txn is a list of extra transactions to look at, in <witness hash, reference> form
|
|
|
|
|
ReadStatus InitData(const CBlockHeaderAndShortTxIDs& cmpctblock, std::vector<std::pair<uint256, CTransactionRef>>& extra_txn); |
|
|
|
|
ReadStatus InitData(const CBlockHeaderAndShortTxIDs& cmpctblock, const std::vector<std::pair<uint256, CTransactionRef>>& extra_txn); |
|
|
|
|
bool IsTxAvailable(size_t index) const; |
|
|
|
|
ReadStatus FillBlock(CBlock& block, const std::vector<CTransactionRef>& vtx_missing); |
|
|
|
|
}; |
|
|
|
|