mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
book: update event_graph.md
recieved -> received
This commit is contained in:
committed by
parazyd
parent
ac490e040d
commit
fed08e96cd
@@ -29,7 +29,7 @@ We always save the tree database so once we restart before next
|
||||
rotation we reload the tree and continue from where we left off
|
||||
(previous steps 1 through 4).
|
||||
|
||||
We stay in sync while connected by properly handling a new recieved
|
||||
We stay in sync while connected by properly handling a new received
|
||||
event, we insert it into our dag and mark it as seen, this new event
|
||||
will be a new unreferenced event to be referenced by a newer event
|
||||
if we for some reason didn't receive the event, we will be requesting
|
||||
@@ -71,7 +71,7 @@ event.
|
||||
2. Check if we already have the event. also check if we have all of
|
||||
its parents.
|
||||
3. request missing parents if any and add them to the DAG.
|
||||
4. if all the checks pass we add the actual recieved event to the DAG.
|
||||
4. if all the checks pass we add the actual received event to the DAG.
|
||||
5. Relay the event to other peers.
|
||||
|
||||
## Genesis Event
|
||||
|
||||
Reference in New Issue
Block a user