mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Rename CalculateHeadersWork to CalculateClaimedHeadersWork
This commit is contained in:
parent
2b260eadf7
commit
eb7cc9fd21
4 changed files with 9 additions and 9 deletions
|
|
@ -3884,7 +3884,7 @@ bool IsBlockMutated(const CBlock& block, bool check_witness_root)
|
|||
return false;
|
||||
}
|
||||
|
||||
arith_uint256 CalculateHeadersWork(const std::vector<CBlockHeader>& headers)
|
||||
arith_uint256 CalculateClaimedHeadersWork(const std::vector<CBlockHeader>& headers)
|
||||
{
|
||||
arith_uint256 total_work{0};
|
||||
for (const CBlockHeader& header : headers) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue