Skip to content

Commit 0b8a63f

Browse files
author
Reinis Martinsons
committed
fix: formatting
Signed-off-by: Reinis Martinsons <reinis@umaproject.com>
1 parent 13cc052 commit 0b8a63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/optimistic-oracle-v3/prediction-market.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ cast send --mnemonic "$MNEMONIC" --mnemonic-index $USER_ID \
355355
$PREDICTION_MARKET_ADDRESS "settleOutcomeTokens(bytes32)" $MARKET_ID
356356
```
357357

358-
Finally we can see how the `USER_WALLET` won the bet, as he got `OUTCOME_TOKEN_ONE` so he now has `5000 DEFAULT_CURRENCY` and the deployer wallet only has `5000 DEFAULT_CURRENCY` from his initial 10000:
358+
Finally we can see how the `USER_WALLET` won the bet, as he got `OUTCOME_TOKEN_ONE` so he now has `5000 DEFAULT_CURRENCY` and the deployer wallet only has `5000` `DEFAULT_CURRENCY` from his initial `10000`:
359359

360360
```bash
361361
echo "DEPLOYER WALLET BALANCE OUTCOME TOKEN ONE" $(cast call $OUTCOME_TOKEN_ONE_ADDRESS \

0 commit comments

Comments
 (0)