mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Line for prior commit
This commit is contained in:
@@ -57,8 +57,8 @@ impl<N: Network> RoundData<N> {
|
|||||||
|
|
||||||
// Poll all set timeouts, returning the Step whose timeout has just expired
|
// Poll all set timeouts, returning the Step whose timeout has just expired
|
||||||
pub(crate) async fn timeout_future(&self) -> Step {
|
pub(crate) async fn timeout_future(&self) -> Step {
|
||||||
let now = Instant::now();
|
|
||||||
/*
|
/*
|
||||||
|
let now = Instant::now();
|
||||||
log::trace!(
|
log::trace!(
|
||||||
target: "tendermint",
|
target: "tendermint",
|
||||||
"getting timeout_future, from step {:?}, off timeouts: {:?}",
|
"getting timeout_future, from step {:?}, off timeouts: {:?}",
|
||||||
|
|||||||
Reference in New Issue
Block a user