We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6724 commit 1724098Copy full SHA for 1724098
LEADERBOARD.md
@@ -12,7 +12,7 @@ Any `IGame` implementation must have the next functions:
12
`getLifetimeScore(address player) public view`
13
14
At the end of the defined timestamp, the players get a reward according to the position on the table.
15
-The position table can be updated by anyone by calling the public function "update(uint leaderboardId)",
+The position table can be updated by anyone by calling the public function `update(uint leaderboardId)`,
16
which iterates over the participants list, getting the points for each player and updates the table.
17
Once the timestamp has finished, the players cannot update the leaderboard anymore and can withdraw their rewards.
18
0 commit comments