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
I was wondering if there was any way to display to the user what is occurring under the hood, and the status when a ticket is being purchased? There's also no way to halt the purchase.
The text was updated successfully, but these errors were encountered:
Yah it's possible. Basically requires a change to how the PurchaseTicket action to dcrwallet is handled. Currently it's just a Request/Response, but if it were changed to a Stream we can pipe back various status updates and also we can cancel request. It's a bit of an undertaking. If I have some free cycles I may take a swing at it at some point. Agree that it would definitely help UX.
I was wondering if there was any way to display to the user what is occurring under the hood, and the status when a ticket is being purchased? There's also no way to halt the purchase.
The text was updated successfully, but these errors were encountered: