mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +00:00
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:
committed by
Robert Habermeier
parent
6e55812704
commit
5ddcbe0ca6
@@ -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(|_| ())
|
||||
|
||||
Reference in New Issue
Block a user