mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 03:53:02 +02:00
channeldb: fix warnings found by go vet
This commit is contained in:
@@ -197,8 +197,6 @@ func (db *DB) FetchAllLinkNodes() ([]*LinkNode, error) {
|
||||
linkNodes = append(linkNodes, linkNode)
|
||||
return nil
|
||||
})
|
||||
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user