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 ran into an issue where my funds got locked at the deposit contract after the Head got fanned-out. We could enable recovering also in the closed state so users have better time getting their funds back.
What
Propagate pendingDeposits map from the OpenState to ClosedState to enable the client input Recover working in both states.
Update HeadLogic/update function to enable recover in the Closed state too.