lntest/harness: handle predicate error

This commit is contained in:
Johan T. Halseth 2018-04-18 14:19:58 +02:00
parent 91edf5ea07
commit 3347431923
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

@ -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