fix gather_timeout being pending (#156)

This commit is contained in:
Youngjoon Lee 2023-05-27 09:32:39 +09:00 committed by GitHub
parent 6c64720e39
commit 6229fc98bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -494,7 +494,6 @@ where
view: consensus_engine::View,
threshold: usize,
) -> Event<P::Tx> {
futures::pending!();
let timeouts = adapter
.timeout_stream(committee, view)
.await