clarify forward search

This commit is contained in:
Milan Hauth 2023-05-29 15:50:00 +02:00
parent 46306f4626
commit b34c2bf0b4

View File

@ -74,6 +74,7 @@ The last received event `E0` contains references to previous events `[E1, E3, E7
Problem:
How can we find `E2`?
We only know the distance `2` (relative to `E0`) of `E2`, but not the event ID of `E2`.
Usually we would use the previous-event-reference with distance 1 of `E1`, but we dont have `E1`.
Solution: