Skip to content

Commit

Permalink
Fixed HTML tags.
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph S. <121976561+jsync-swirlds@users.noreply.github.com>
Signed-off-by: Ivan Malygin <ivan@swirldslabs.com>
  • Loading branch information
imalygin and jsync-swirlds committed Jul 1, 2024
1 parent 52206e3 commit dd4b50c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions platform/state/platform_state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,11 @@ message ConsensusSnapshot {
* The consensus timestamp of this snapshot.
* <p>
* Depending on the context this timestamp may have different meanings:
* <li> if there are transactions, the timestamp is equal to the timestamp of the last transaction
* <li> if there are no transactions, the timestamp is equal to the timestamp of the last event
* <li> if there are no events, the timestamp is equal to the timestamp of the previous round plus a small constant
* <ul>
* <li>if there are transactions, the timestamp is equal to the timestamp of the last transaction</li>
* <li>if there are no transactions, the timestamp is equal to the timestamp of the last event</li>
* <li>if there are no events, the timestamp is equal to the timestamp of the previous round plus a small constant</li>
* </ul>
* <p>
* This SHALL be a consensus value and MAY NOT correspond to an actual
* "wall clock" timestamp.<br/>
Expand Down

0 comments on commit dd4b50c

Please sign in to comment.