This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
force close prompt regression #952
Open
Description
In the application, when a user goes to close a channel that's inactive, in the past we would warn them that they would incur a delay (we even know exactly how long it'll take and should expose that). Today with the latest version of the application, there's no such prompt and a force close happens silently in the background. This exacerbated by the fact that we don't show any sort of time estimate (#525) for close close channels. As a result, a user ends up in a case where their funds are now in limbo without their explicit awareness, with no clear indication w.r.t when their funds will be available again.