c465f7c3e0
- lnworker.channels takes a copy of the whole dict, to make it thread-safe - in LNWallet class, can just use self._channels.get(chan_id) - otherwise there is lnworker.get_channel_by_id - same for lnpeer.channels.get and lnpeer.get_channel_by_id