lnd: fix golint warning which requires to add additional comments

This commit is contained in:
Andrey Samokhvalov
2017-02-24 16:32:33 +03:00
committed by Olaoluwa Osuntokun
parent 0074643c10
commit ee2379775c
9 changed files with 135 additions and 70 deletions

View File

@@ -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,
}