mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Rename CalculateHeadersWork to CalculateClaimedHeadersWork
This commit is contained in:
parent
2b260eadf7
commit
eb7cc9fd21
4 changed files with 9 additions and 9 deletions
|
|
@ -108,7 +108,7 @@ FUZZ_TARGET(headers_sync_state, .init = initialize_headers_sync_state_fuzz)
|
|||
|
||||
// If we get to redownloading, the presynced headers need
|
||||
// to have the min amount of work on them.
|
||||
assert(CalculateHeadersWork(all_headers) >= min_work);
|
||||
assert(CalculateClaimedHeadersWork(all_headers) >= min_work);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue