Skip to content

Commit 838c569

Browse files
committed
Fix typos in rps description
1 parent f7b396f commit 838c569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rps/rps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
choose m_a <-- {0, 1, 2}
1212
r_a <$-- {0, 1}^256
13-
c_a = SHA256(m_a)
13+
c_a = SHA256(m_a || r_a)
1414
1515
pk_a, c_a
1616
|------------------------>
@@ -32,7 +32,7 @@
3232
3333
### Gameplay
3434
35-
Once the transaction is confirmed, bob both parties monitor the UTXO containing the game instance,
35+
Once the transaction is confirmed, both parties monitor the UTXO containing the game instance,
3636
and play the moves when it's their turn, as per the rules.
3737
3838
"""

0 commit comments

Comments
 (0)