tokio -> tokio-timer in consensus (#2460)

This commit is contained in:
Pierre Krieger
2019-05-03 16:00:47 +02:00
committed by Robert Habermeier
parent 52472238bd
commit 6921b2ce3d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ error_chain! {
}
/// Unable to schedule wakeup.
FaultyTimer(e: ::tokio::timer::Error) {
FaultyTimer(e: ::tokio_timer::Error) {
description("Timer error"),
display("Timer error: {}", e),
}