mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
tokio -> tokio-timer in consensus (#2460)
This commit is contained in:
committed by
Robert Habermeier
parent
52472238bd
commit
6921b2ce3d
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user