summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2018-04-21 16:15:39 +0200
committerJeff Burdges <burdges@gnunet.org>2018-04-21 16:15:39 +0200
commit45de625d88432a08386135a748f3c22a0237b9bc (patch)
tree08be25a8a9e4ce00ce2a9c595452299aa11b3a2a /games
parent8ddbde43970df19fea6534fa765f69aefad2dca6 (diff)
downloadpapers-45de625d88432a08386135a748f3c22a0237b9bc.tar.gz
papers-45de625d88432a08386135a748f3c22a0237b9bc.tar.bz2
papers-45de625d88432a08386135a748f3c22a0237b9bc.zip
Remove h
Diffstat (limited to 'games')
-rw-r--r--games/games.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/games.tex b/games/games.tex
index 496ae02..4ec2d2f 100644
--- a/games/games.tex
+++ b/games/games.tex
@@ -430,7 +430,7 @@ Let \oraSet{Fair} stand for access to the oracles
\item Return 0 if either $U$ was corrupted or \ora{Share} was called with any of $C_0, \dots, C_n$.
\item For each $C \in \{C_0, \dots, C_n\}$, do the following:
\begin{enumerate}[label*=\arabic*.]
- \item Return 1 if $\V{deposited}[C]$ contains a contract $h$ not appearing in the wallet's database $\V{acceptedContracts}[U]$.
+ \item Return 1 if $\V{deposited}[C]$ contains a contract not appearing in the wallet's database $\V{acceptedContracts}[U]$.
\item Return 1 if the total value $r_E$ of attempted refreshes in $\V{refreshed}[C]$ exceeds the total value $r_U$ of coins in $C_0, \dots, C_n$ directly reachable in one link from $C$. We note $r_E$ includes refreshes that failed due to dishonesty, but not refreshes that failed to authenticate as $C$.
\end{enumerate}
\item Return 0 if this step is reached without an earlier return.