Skip to content

Commit 1e462c4

Browse files
committed
hint for startup missing client.
1 parent f359a8c commit 1e462c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/ethcore/src/engines/hbbft/hbbft_engine.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,11 @@ impl IoHandler<()> for TransitionHandler {
342342
}
343343

344344
fn timeout(&self, io: &IoContext<()>, timer: TimerToken) {
345+
346+
345347
if timer == ENGINE_TIMEOUT_TOKEN {
346348
if let Err(err) = self.handle_engine(io) {
349+
//todo: this gets called very early and results in "client not available" error message.
347350
error!(target: "consensus", "Error in Honey Badger Engine timeout handler: {:?}", err);
348351
}
349352
} else if timer == ENGINE_SHUTDOWN {

0 commit comments

Comments
 (0)