add lbc image, fix wallet balance #43
No reviewers
Labels
No labels
consider soon
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
release
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrypress#43
Loading…
Reference in a new issue
No description provided.
Delete branch "wallet-balance-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#42 gets available wallet balance adds LBC icon to available wallet amount
thanks for the PR @lemsmyth! @prkirby could you please take a look at this when you get a chance
would love to show you both some appreciation for your contributions :-)
Just one comment
This statement isn't reachable it looks like? should it be above the return statement?
I'm assuming this is just updating the call? Where is $wallet_balance used?
Yes you are correct not reachable and unneeded, have removed the $wallet_balance variable and also updated the try - catch to throw updated error message.
Using the $wallet_balance lines 3-4 and 11 on options-page to drill down and access result->available to output the available, unstaked amount in the wallet, prior was showing a much smaller amount (maybe the amount from one address?) than was actually available for use in the wallet.
LGTM!
thanks y'all!