[Sprint/RollingRabbit](fix): Wallet balance caching #1115
Closes #1115
Testing
Deploy on domain connected to live data if possible. Need to ensure the balance is still loaded across the site.
0/1
thread resolved
changed the description
added scoped labels
- Developer
I expect some front-end changes will need to go along with this. Just want to verify this is the correct approach first.
Edited by Ben Hayward 60 60 } 61 61 62 62 $balance = $this->token->balanceOf($address); 63 64 if ($balance === null) { 65 throw new \Exception('Unable to retrieve balance'); - Owner
Why are we using exceptions here vs simply throwing null?
added scoped label and automatically removed label