vector icon indicating copy to clipboard operation
vector copied to clipboard

[protocol] Dispute checking

Open LayneHaber opened this issue 4 years ago • 0 comments

Checking the dispute status of channels within the protocol is await-ed which means it blocks router startup. This is unsafely handled by the skipCheckIn config option. Additionally once started, the protocol does not continue to monitor changes in the dispute status using events. This should be cleaned up, and should not be skipped via a config flag

LayneHaber avatar Mar 08 '21 19:03 LayneHaber