vTxSigOps -> vTxSigOpsCost

This commit is contained in:
lateminer
2018-10-30 00:31:21 +03:00
parent 762df8afbe
commit 76d0663369
3 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ struct CBlockTemplate
{
CBlock block;
std::vector<CAmount> vTxFees;
std::vector<int64_t> vTxSigOps;
std::vector<int64_t> vTxSigOpsCost;
};
// Container for tracking updates to ancestor feerate as we include (parent)