Fix old instances of shards being u16

This commit is contained in:
Paul Hauner
2018-12-29 14:35:03 +11:00
parent b365bb8773
commit 8308ea4932
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ mod tests {
use super::*;
fn sac_generator(
shard_count: u16,
shard_count: u64,
slot_count: usize,
sac_per_slot: usize,
committee_size: usize,