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
Right now when deposit gets processed it may be that the My position value will be updated at a different time than the status of the deposit. This may be confusing to the user. If possible, let's synchronize those updates to happen at the same time.
The text was updated successfully, but these errors were encountered:
Just an update with the behavior from my latest tests of the Ledger Live.
15:15 - I initiated the ~0.01 BTC deposit in LL Acre dapp (it was estimated for 1 hour of processing)
16:37 - Deposit visible as finalized in tbtcscan, no changes in the LL Acre dapp yet
16:48 - 'Your deposit' value in LL Acre dapp updated, but deposit still shown as pending (screenshot 1)
16:49 - Deposit changes state to finalized ('4 minutes ago') on the Transactions list (screenshot 2)
Right now when deposit gets processed it may be that the
My position
value will be updated at a different time than the status of the deposit. This may be confusing to the user. If possible, let's synchronize those updates to happen at the same time.The text was updated successfully, but these errors were encountered: