mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: fix linter issues
This commit is contained in:
parent
f0bf9302cc
commit
a1271fee40
18 changed files with 10 additions and 21 deletions
|
|
@ -185,7 +185,7 @@ func (h *mockLightningClient) ListTransactions(
|
|||
}
|
||||
|
||||
// GetNodeInfo retrieves info on the node, and if includeChannels is True,
|
||||
// will return other channels the node may have with other peers
|
||||
// will return other channels the node may have with other peers.
|
||||
func (h *mockLightningClient) GetNodeInfo(ctx context.Context,
|
||||
pubKeyBytes route.Vertex, includeChannels bool) (*lndclient.NodeInfo, error) {
|
||||
|
||||
|
|
@ -224,7 +224,7 @@ func (h *mockLightningClient) GetNodeInfo(ctx context.Context,
|
|||
return nodeInfo, nil
|
||||
}
|
||||
|
||||
// GetChanInfo retrieves all the info the node has on the given channel
|
||||
// GetChanInfo retrieves all the info the node has on the given channel.
|
||||
func (h *mockLightningClient) GetChanInfo(ctx context.Context,
|
||||
channelID uint64) (*lndclient.ChannelEdge, error) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue