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
During settle at the moment we always expect the partner to have succesfully called updateTransfer. That is an assumption that may not be true.
Tasks
Check the blockchain and see if there is no balance proof submitted by the partner of the channel
If there is nothing submitted it means the partner did not submit his side of the channel so don't use the expected partner's balance proof and instead use empty proof
Problem Definition
Part of #2214
During settle at the moment we always expect the partner to have succesfully called
updateTransfer. That is an assumption that may not be true.Tasks