Verify number of hashes for each block of entries (#6262)
* Verify number of hashes for each block of entries * Fix blocktree processor tick check * Rebase once more
This commit is contained in:
@@ -715,7 +715,7 @@ impl Shredder {
|
||||
}
|
||||
|
||||
pub fn max_ticks_per_n_shreds(num_shreds: u64) -> u64 {
|
||||
let ticks = create_ticks(1, Hash::default());
|
||||
let ticks = create_ticks(1, 0, Hash::default());
|
||||
max_entries_per_n_shred(&ticks[0], num_shreds)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user