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 users with previously completed reverse swaps perform a restore, the SDK shows the old reverse swaps as pending for a while.
Calling in_progress_reverse_swaps a few times after connect will show some of the swaps in Initial state, then as InProgress. Eventually no in progress swaps are returned.
The rev swaps should be correctly handled before connect returns, in restore scenarios.
The text was updated successfully, but these errors were encountered:
When users with previously completed reverse swaps perform a restore, the SDK shows the old reverse swaps as pending for a while.
Calling
in_progress_reverse_swaps
a few times afterconnect
will show some of the swaps inInitial
state, then asInProgress
. Eventually no in progress swaps are returned.The rev swaps should be correctly handled before
connect
returns, in restore scenarios.The text was updated successfully, but these errors were encountered: