mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +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);
|
||||
} 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