core: send justification requests in parallel to block requests (#1563)

* core: send justification requests in parallel to block requests

* core: fix grandpa test
This commit is contained in:
André Silva
2019-01-25 14:07:26 +00:00
committed by Robert Habermeier
parent 6e55812704
commit 5ddcbe0ca6
3 changed files with 102 additions and 33 deletions
@@ -631,7 +631,6 @@ fn transition_3_voters_twice_1_observer() {
.for_each(move |_| {
net.lock().send_import_notifications();
net.lock().send_finality_notifications();
net.lock().sync();
Ok(())
})
.map(|_| ())