Publish initial snapshot hash in gossip on validator startup (#8679)

automerge
This commit is contained in:
Michael Vines
2020-03-05 23:52:31 -07:00
committed by GitHub
parent 542691c4e4
commit cb6848aa80
4 changed files with 39 additions and 25 deletions

View File

@ -317,7 +317,7 @@ mod tests {
)));
let snapshot_packager_service =
SnapshotPackagerService::new(receiver, &exit, &cluster_info);
SnapshotPackagerService::new(receiver, None, &exit, &cluster_info);
// Close the channel so that the package service will exit after reading all the
// packages off the channel