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
If a position gets opened very close to the rollover window, it could happen that the app still hasn't synced yet, thus leaving the underlying contract in signed instead of confirmed.
When opening a position we check if the underlying contract is confirmed we should do the same when processing a rollover. Note, I am referring here to the app side, as the coordinator already implements this check.
The text was updated successfully, but these errors were encountered:
Syncs the wallet eagerly if the channel is not yet confirmed.
If the contract is not confirmed, the rollover offer gets rejected. This fixes an issue where the app otherwise risk ending up in an intermediate state as it can't accept the `RenewConfirm` message.
see #2630
If a position gets opened very close to the rollover window, it could happen that the app still hasn't synced yet, thus leaving the underlying contract in
signed
instead ofconfirmed
.When opening a position we check if the underlying contract is
confirmed
we should do the same when processing a rollover. Note, I am referring here to the app side, as the coordinator already implements this check.The text was updated successfully, but these errors were encountered: