mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
darkirc: add a debug msg when if dag not synced and skipping
This commit is contained in:
@@ -175,6 +175,7 @@ impl Client {
|
||||
// If the DAG is not synced yet, queue client lines
|
||||
// Once synced, send queued lines and continue as normal
|
||||
if !*self.server.darkirc.event_graph.synced.read().await{
|
||||
debug!("DAG is still syncing, queuing and skipping...");
|
||||
event_queue.push_back(event);
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user