mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
linter: fix lint issues after linter v2 update
This commit is contained in:
parent
bd6271e633
commit
e98f733ef8
29 changed files with 65 additions and 59 deletions
1
utils.go
1
utils.go
|
|
@ -36,7 +36,6 @@ func isPublicNode(ctx context.Context, lndClient lndclient.LightningClient,
|
|||
// GetNodeInfo doesn't report our private channels with the queried node
|
||||
// so, we can use it to determine if the node is considered public.
|
||||
nodeInfo, err := lndClient.GetNodeInfo(ctx, pubKey, true)
|
||||
|
||||
if err != nil {
|
||||
return false, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue