Skip to content

Commit

Permalink
Change range.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed Jun 7, 2019
1 parent 2caad52 commit e4a0812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions byron/chain/formal-spec/blockchain-spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ \subsection{Header only validation}
for all chain extensions $E$ with corresponding headers $H$ such that:
%
$$
t_E - t \leq 2*k
0 \leq t_E - t \leq 2 \cdot k
$$
%
we have:
Expand Down Expand Up @@ -1457,7 +1457,7 @@ \subsection{Header only validation}
For all environments $e$, states $s$ with slot number ($\var{s_{last}}$) $t$;
for all chain extensions $E = [b_0, \ldots, b_n]$ with headers $H$ such that:
$$
t_E - t \leq 2*k
0 \leq t_E - t \leq 2 \cdot k
$$
we have that for all $i \in [1, n]$:
$$
Expand Down

0 comments on commit e4a0812

Please sign in to comment.