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
We can withdraw a position multiple times using pcli.
Each time, the sequence number of the position increases.
We query the remote RPC to fetch the latest for the position so that we always compute an accurate balance commitment. This is important to do because the funding component will deposit rewards into that position, and our state might be stale.
The text was updated successfully, but these errors were encountered:
We can withdraw a position multiple times using
pcli
.Each time, the sequence number of the position increases.
We query the remote RPC to fetch the latest for the position so that we always compute an accurate balance commitment. This is important to do because the funding component will deposit rewards into that position, and our state might be stale.
The text was updated successfully, but these errors were encountered: