Skip to content

Commit

Permalink
Add handling to wallet_sync.rs and contracts.rs
Browse files Browse the repository at this point in the history
Previously most errors would just be ignored with unwrap()
meaning if anything at all unexpected happened the app would crash

This commit creates an error enum for the project and uses it in
the functions in wallet_sync and contracts.
  • Loading branch information
chris-belcher committed Jun 17, 2021
1 parent 7f49d7d commit 17eba9b
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 347 deletions.
Loading

0 comments on commit 17eba9b

Please sign in to comment.