fix gather_timeout being pending (#156)
This commit is contained in:
parent
6c64720e39
commit
6229fc98bc
@ -494,7 +494,6 @@ where
|
|||||||
view: consensus_engine::View,
|
view: consensus_engine::View,
|
||||||
threshold: usize,
|
threshold: usize,
|
||||||
) -> Event<P::Tx> {
|
) -> Event<P::Tx> {
|
||||||
futures::pending!();
|
|
||||||
let timeouts = adapter
|
let timeouts = adapter
|
||||||
.timeout_stream(committee, view)
|
.timeout_stream(committee, view)
|
||||||
.await
|
.await
|
||||||
|
Loading…
x
Reference in New Issue
Block a user