Browse Source

Apply suggestions from William

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
cason/pbts
Daniel 3 years ago
committed by GitHub
parent
commit
a742dc3e8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      spec/consensus/proposer-based-timestamp/pbts-sysmodel_002_draft.md

+ 2
- 2
spec/consensus/proposer-based-timestamp/pbts-sysmodel_002_draft.md View File

@ -138,10 +138,10 @@ implicitly assumes that heights of consensus are executed in order.
PBTS introduces a `timely` predicate that restricts the allowed decisions based
on the proposal time `v.time` associated with a proposed value `v`.
As as synchronous predicate, the time at which it is evaluated impacts on
As a synchronous predicate, the time at which it is evaluated impacts on
whether a process accepts of reject a value based on its proposal time.
For this reason, the Time-Validity property refers to the previous evaluation
of the `timely` predicate, detailed in the following.
of the `timely` predicate, detailed in the following section.
## Timely proposals


Loading…
Cancel
Save