channel_list_mine is now channel_list
This commit is contained in:
parent
0725700708
commit
88f2a04191
1 changed files with 1 additions and 1 deletions
2
setup.go
2
setup.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue