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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
In #230 we added the capability to identify when the channel hasn't been authorized to be open, and blocking proposing or confirming any payments until that has occurred. When a channel is authorized to be open the channel hasn't actually opened until the open tx has been submitted to the network and the state of the accounts inspected after that to verify the channel is opened and safe to make payments on.
The text was updated successfully, but these errors were encountered:
This issue is new logic, error in conditions it currently doesn't error in. I thought #261 was a refactor, use the new state instead of interrogating other variables. So they seem like two different things. Maybe worth doing #261 first though.
In #230 we added the capability to identify when the channel hasn't been authorized to be open, and blocking proposing or confirming any payments until that has occurred. When a channel is authorized to be open the channel hasn't actually opened until the open tx has been submitted to the network and the state of the accounts inspected after that to verify the channel is opened and safe to make payments on.
The text was updated successfully, but these errors were encountered: