Skip to content

Commit f08148b

Browse files
author
Reinis Martinsons
committed
fix: punctuation
Signed-off-by: Reinis Martinsons <reinis@umaproject.com>
1 parent c55f63c commit f08148b

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
@@ -283,7 +283,7 @@ echo "BALANCE DEFAULT_CURRENCY" $(cast call $DEFAULT_CURRENCY_ADDRESS \
283283
"balanceOf(address)(uint256)" $DEPLOYER_WALLET)
284284
```
285285

286-
At any point before the market is settled we can redeem outcome tokens. By redeeming an amount we are burning the same amount of `OUTCOME_TOKEN_ONE` and `OUTCOME_TOKEN_TWO` to receive that amount of `DEFAULT_CURRENCY`
286+
At any point before the market is settled we can redeem outcome tokens. By redeeming an amount we are burning the same amount of `OUTCOME_TOKEN_ONE` and `OUTCOME_TOKEN_TWO` to receive that amount of `DEFAULT_CURRENCY`:
287287

288288
```bash
289289
cast send --mnemonic "$MNEMONIC" \

0 commit comments

Comments
 (0)