mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Merge bitcoin/bitcoin#29569: Rename CalculateHeadersWork to CalculateClaimedHeadersWork
eb7cc9fd21Rename CalculateHeadersWork to CalculateClaimedHeadersWork (Greg Sanders) Pull request description: And clean up some comments. Confusion about what this is doing seems to be a running theme: https://github.com/bitcoin/bitcoin/pull/29549#discussion_r1511113344 https://github.com/bitcoin/bitcoin/pull/27278#discussion_r1141510303 ACKs for top commit: achow101: ACKeb7cc9fd21pablomartin4btc: ACKeb7cc9fd210xB10C: ACKeb7cc9fd21dergoegge: ACKeb7cc9fd21BrandonOdiwuor: ACKeb7cc9fd21Tree-SHA512: 6ccbc5e417155516487bb220753d189b5341dec05366db88a3fa5b1932eace21fbfaf23408c639bb54b36169a8d0a7536a1ee5e63b4ce5a3b70f2ff8407b6e07
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user