channel_list_mine is now channel_list

This commit is contained in:
Alex Grintsvayg 2018-03-15 14:39:43 -04:00
parent 0725700708
commit 88f2a04191

View file

@ -165,7 +165,7 @@ func (s *Sync) ensureChannelOwnership() error {
return errors.Err("no channel name set")
}
channels, err := s.daemon.ChannelListMine()
channels, err := s.daemon.ChannelList()
if err != nil {
return err
} else if channels == nil {