-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve wallet example with memory store
- Replaced unwrap() calls with proper error handling using `?` operator. - Added comments for better code understanding. - Introduced a timeout mechanism to prevent infinite loops when checking the quote state. - Ensured the main function returns a Result type for graceful error handling. - Added descriptive comments to explain the functionality of each section in the code.
- Loading branch information
1 parent
7fea2ff
commit 8ab08c7
Showing
1 changed file
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters