-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add more resilience when getting the node from state
We can get a price before the node has started, since we are already connected to the coordinator. If that happens the app would crash since the node state has not been set yet. This change makes a couple of apis more resilient towards the node not being available yet and returns a logical default value. IMO this is a safe and better approach than simply crashing the app.
- Loading branch information
Showing
1 changed file
with
36 additions
and
9 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