mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Line for prior commit
This commit is contained in:
parent
749d783b1e
commit
5fa7e3d450
1 changed files with 1 additions and 1 deletions
|
@ -57,8 +57,8 @@ impl<N: Network> RoundData<N> {
|
|||
|
||||
// Poll all set timeouts, returning the Step whose timeout has just expired
|
||||
pub(crate) async fn timeout_future(&self) -> Step {
|
||||
let now = Instant::now();
|
||||
/*
|
||||
let now = Instant::now();
|
||||
log::trace!(
|
||||
target: "tendermint",
|
||||
"getting timeout_future, from step {:?}, off timeouts: {:?}",
|
||||
|
|
Loading…
Reference in a new issue