Open
Description
Background
To update channel fees, you can use the UpdateChannelPolicy and then use GetChanInfo to confirm the fee rate update was applied, but for zero-conf channels the latter API call returns an error
So when looking up such a channel with GetChanInfo, it should return the channel info
Your environment
- LND 0.15.5-beta
Steps to reproduce
- Create a zero-conf channel
- Update the fee rate
- Check that the fee rate was applied
Expected behavior
- The fee rate should be returned
Actual behavior
- Error is returned