lntest/harness: handle predicate error
This commit is contained in:
parent
91edf5ea07
commit
3347431923
@ -770,6 +770,7 @@ func (n *NetworkHarness) CloseChannel(ctx context.Context,
|
||||
return func() bool {
|
||||
channel, err := filterChannel(node, chanPoint)
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
||||
|
||||
return channel.Active
|
||||
|
Loading…
Reference in New Issue
Block a user