From 03c68234b973f6fa2e3b41db91360e162ab94f08 Mon Sep 17 00:00:00 2001 From: mihaicalinluca Date: Tue, 10 Oct 2023 09:29:32 +0200 Subject: [PATCH] fix words after review --- contracts/mvx-game-sc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mvx-game-sc/README.md b/contracts/mvx-game-sc/README.md index 196ef298..be1041fb 100644 --- a/contracts/mvx-game-sc/README.md +++ b/contracts/mvx-game-sc/README.md @@ -27,7 +27,7 @@ The SC does not have any logic for calculating the winner, so it expects input f **The game**: - If the game is `invalid`, the `wager` amount will be returned to the players that have joined the game and the `game starting fee` will be returned to the creator - If the game is `valid`, but no winners are provided, such in the case of a tie/draw, the contract will send back the `wager` amount paid by every player who joined -- If the game is `valid` and winners are provided, the SC will send the reward to the them, based on the input of the owner. +- If the game is `valid` and winners are provided, the SC will send the rewards to them, based on the input of the owner. ## Endpoints ### createGame