fixed typo in weights map introduced in refactor from V to \mathcal{V}

This commit is contained in:
Vlad Zamfir 2018-04-12 05:21:49 +09:00
parent 2f1c3c095a
commit e252450c75

View File

@ -499,7 +499,7 @@ Block structures are modified so that the justifications also include a weights
\end{equation*}
\end{defn}
We use $\mathcal{W}$ to represent the set of all weights mappings $W:v \in \mathcal{V} \to \mathbb{R}_+$
We use $\mathcal{W}$ to represent the set of all weights mappings $W:\mathcal{V} \to \mathbb{R}_+$
We redefine a block's ``score'' to use the weights in the parent block. The score, remember, is used to by the GHOST fork choice rule to choose between children of some block. Those children (naturally) have the same parent, and therefore will have scores determined by the latest messages from the same validators.