mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 4cc99df44a into merged_master (Bitcoin PR #29569)
This commit is contained in:
commit
919f6e61b7
4 changed files with 9 additions and 9 deletions
|
|
@ -4473,7 +4473,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