Location
client/adjudicate.go
Problem
The watcher interface has a special method for watching a sub-channel, however, this is not used so far by Channel.Watch.
Proposal
Modify Channel.Watch to use StartWatchingSubChannel for non-ledger channels (i.e., sub-channels and virtual channels).
Location
client/adjudicate.go
Problem
The watcher interface has a special method for watching a sub-channel, however, this is not used so far by
Channel.Watch.Proposal
Modify
Channel.Watchto useStartWatchingSubChannelfor non-ledger channels (i.e., sub-channels and virtual channels).