fixes
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled

This commit is contained in:
hinto.janai 2024-09-19 17:32:15 -04:00
parent b9dd6256e2
commit b44391b5ef
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -699,7 +699,7 @@ struct BlockDownloadTaskResponse<N: NetworkZone> {
}
/// Returns if a peer has all the blocks in a range, according to its [`PruningSeed`].
fn client_has_block_in_range(
const fn client_has_block_in_range(
pruning_seed: &PruningSeed,
start_height: usize,
length: usize,