Fix Retransmit slamming the leader with its own blobs (#3938)

This commit is contained in:
Sagar Dhawan
2019-04-22 18:41:01 -07:00
committed by GitHub
parent 69e67d06a7
commit 43f7cd8149
6 changed files with 79 additions and 41 deletions

View File

@@ -235,6 +235,7 @@ impl Replicator {
let window_service = WindowService::new(
None, //TODO: need a way to validate blobs... https://github.com/solana-labs/solana/issues/3924
None, //TODO: see above ^
blocktree.clone(),
cluster_info.clone(),
blob_fetch_receiver,