Rename CalculateHeadersWork to CalculateClaimedHeadersWork

This commit is contained in:
Greg Sanders
2024-03-05 10:01:24 -05:00
parent 2b260eadf7
commit eb7cc9fd21
4 changed files with 9 additions and 9 deletions

View File

@@ -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);
}
}