breacharbiter: add todo for removing IsPending check
This commit is contained in:
parent
72d9726e7f
commit
69a76a808f
@ -165,6 +165,8 @@ func (b *breachArbiter) Start() error {
|
||||
// finished our responsibilities. If the removal is successful, we also
|
||||
// remove the entry from our in-memory map, to avoid any further action
|
||||
// for this channel.
|
||||
// TODO(halseth): no need continue on IsPending once closed channels
|
||||
// actually means close transaction is confirmed.
|
||||
for _, chanSummary := range closedChans {
|
||||
if chanSummary.IsPending {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user