mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
darkirc: update event_graph synced flag when we were already on latest tip
This commit is contained in:
@@ -279,6 +279,7 @@ impl EventGraph {
|
||||
}
|
||||
|
||||
if missing_parents.is_empty() {
|
||||
*self.synced.write().await = true;
|
||||
info!(target: "event_graph::dag_sync()", "[EVENTGRAPH] DAG synced successfully!");
|
||||
return Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user