Revert "Gossip PullRequests tend to return a lot of duplicates. (#10326)" (#10455)

This reverts commit 31e20eff82.
This commit is contained in:
anatoly yakovenko
2020-06-09 07:27:00 -07:00
committed by GitHub
parent 4cfb7588d9
commit 832d324a23
4 changed files with 7 additions and 79 deletions

View File

@ -436,7 +436,7 @@ fn network_run_pull(
let rsp = node
.lock()
.unwrap()
.generate_pull_responses(&filters, None)
.generate_pull_responses(&filters)
.into_iter()
.flatten()
.collect();