mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-21 17:19:31 +00:00
fix: format commit
This commit is contained in:
parent
f92a4e82e3
commit
44b46146c1
@ -69,7 +69,10 @@ impl NodeCore {
|
|||||||
|
|
||||||
wrapped_chain_height_thread.store(next_block, Ordering::Relaxed);
|
wrapped_chain_height_thread.store(next_block, Ordering::Relaxed);
|
||||||
} else {
|
} else {
|
||||||
tokio::time::sleep(std::time::Duration::from_secs(config.seq_poll_timeout_secs)).await;
|
tokio::time::sleep(std::time::Duration::from_secs(
|
||||||
|
config.seq_poll_timeout_secs,
|
||||||
|
))
|
||||||
|
.await;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user