You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a jar has less sats than you are trying to spend it let's you attempt the spend and then quietly fails. It took me a few tries to figure out what was going on. Normally this would be obvious, but in the case of jar with the FB it shows the amount of sats including the FB. Leading me to think they were all available to spend.
I think a warning to let you know that you don't have sufficient funds(unlocked/unfrozen) for the proposed spend would fix this.
This has been talked about before, but there is no ticket yet.
It is confusing to show the total balance of a jar, when in fact some UTXOs are frozen or time-locked.
How can this best be displayed and communicated to the user?
The text was updated successfully, but these errors were encountered:
I think leaving the total amount(includes frozen&FB utxos) in the Jars view is ok. Would it be possible to just change the amount in the Send>Send From drop down menu to reflect "spendable coins"? This way you shouldn't have payment failures due to trying to spend frozen/FB coins If a user notices a difference in balance from the Jar to the Send From tab they can go back into the Jar and see that it is the frozen/FB coins that have been subtracted.
Would it be possible to just change the amount in the Send>Send From drop down menu to reflect "spendable coins"?
Yeah, good idea. However, in the current draft of the send page the dropdown menu is replaced by a jar selector.
You are right, showing only the spendable balance is already an improvement. Additionally, by adding a way to quickly open a coin control modal (#580) , this might actually not be a horrible UX after all.. :-)
we could adapt this new screen to "spendable amounts" and with a "look inside" you open up a modal or something in this context on the send screen, will think about it
we could adapt this new screen to "spendable amounts" and with a "look inside" you open up a modal or something in this context on the send screen, will think about it
💯
In #600 the spendable amount is already shown. I like the idea of opening the details view exactly like in the main view. However, it will be done in a follow-up PR, if that is okay with you @editwentyone
From the chat:
This has been talked about before, but there is no ticket yet.
It is confusing to show the total balance of a jar, when in fact some UTXOs are frozen or time-locked.
How can this best be displayed and communicated to the user?
The text was updated successfully, but these errors were encountered: