mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 14:48:14 +01:00
lnd: fix golint warning which requires to add additional comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
0074643c10
commit
ee2379775c
@@ -53,30 +53,30 @@ func main() {
|
||||
},
|
||||
}
|
||||
app.Commands = []cli.Command{
|
||||
NewAddressCommand,
|
||||
SendManyCommand,
|
||||
SendCoinsCommand,
|
||||
ConnectCommand,
|
||||
OpenChannelCommand,
|
||||
CloseChannelCommand,
|
||||
ListPeersCommand,
|
||||
WalletBalanceCommand,
|
||||
ChannelBalanceCommand,
|
||||
GetInfoCommand,
|
||||
PendingChannelsCommand,
|
||||
SendPaymentCommand,
|
||||
AddInvoiceCommand,
|
||||
LookupInvoiceCommand,
|
||||
ListInvoicesCommand,
|
||||
ListChannelsCommand,
|
||||
ListPaymentsCommand,
|
||||
DescribeGraphCommand,
|
||||
GetChanInfoCommand,
|
||||
GetNodeInfoCommand,
|
||||
QueryRouteCommand,
|
||||
GetNetworkInfoCommand,
|
||||
DebugLevel,
|
||||
DecodePayReq,
|
||||
newAddressCommand,
|
||||
sendManyCommand,
|
||||
sendCoinsCommand,
|
||||
connectCommand,
|
||||
openChannelCommand,
|
||||
closeChannelCommand,
|
||||
listPeersCommand,
|
||||
walletBalanceCommand,
|
||||
channelBalanceCommand,
|
||||
getInfoCommand,
|
||||
pendingChannelsCommand,
|
||||
sendPaymentCommand,
|
||||
addInvoiceCommand,
|
||||
lookupInvoiceCommand,
|
||||
listInvoicesCommand,
|
||||
listChannelsCommand,
|
||||
listPaymentsCommand,
|
||||
describeGraphCommand,
|
||||
getChanInfoCommand,
|
||||
getNodeInfoCommand,
|
||||
queryRouteCommand,
|
||||
getNetworkInfoCommand,
|
||||
debugLevelCommand,
|
||||
decodePayReqComamnd,
|
||||
ListChainTxns,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user