Skip to content

Commit

Permalink
hygiene fixes-2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanuj-aelf committed Nov 29, 2024
1 parent 04bb717 commit 8a56b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/developers/dice-game-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ In this section, we'll explore how oracle calls work in the aelf blockchain to g
### 8. **Error Handling**
- **Failure Management**: If the token transfer fails (e.g., due to insufficient funds), the dice contract handles the error by potentially reverting the transaction or notifying the user.

By following these steps, you can see how inter-contract calls in aelf allow different contracts to work together smoothly. This modular approach helps in building complex applications like a dice game by ensuring secure and authorized interactions between contracts.
By following these steps, you can see how oracle networks can be used to generate a truly verifiable random number. This modular approach helps in building complex applications like a dice game by ensuring secure and authorized interactions between contracts.


## 🎯 Conclusion
Expand Down

0 comments on commit 8a56b9e

Please sign in to comment.