mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-10 04:44:50 +00:00
fixes
This commit is contained in:
parent
b9dd6256e2
commit
b44391b5ef
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ struct BlockDownloadTaskResponse<N: NetworkZone> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns if a peer has all the blocks in a range, according to its [`PruningSeed`].
|
/// 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,
|
pruning_seed: &PruningSeed,
|
||||||
start_height: usize,
|
start_height: usize,
|
||||||
length: usize,
|
length: usize,
|
||||||
|
|
Loading…
Reference in a new issue