Skip to content

Commit

Permalink
Fix typos in rps description
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Mar 13, 2024
1 parent f7b396f commit 838c569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rps/rps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
choose m_a <-- {0, 1, 2}
r_a <$-- {0, 1}^256
c_a = SHA256(m_a)
c_a = SHA256(m_a || r_a)
pk_a, c_a
|------------------------>
Expand All @@ -32,7 +32,7 @@
### Gameplay
Once the transaction is confirmed, bob both parties monitor the UTXO containing the game instance,
Once the transaction is confirmed, both parties monitor the UTXO containing the game instance,
and play the moves when it's their turn, as per the rules.
"""
Expand Down

0 comments on commit 838c569

Please sign in to comment.