Skip to content

Commit 136cb42

Browse files
authored
Merge pull request #9168 from feelancer21/fix-lncli-wallet-proto
lnrpc: fix lncli documentation tags in walletkit.proto
2 parents 0dd58ee + 5290598 commit 136cb42

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

lnrpc/walletrpc/walletkit.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ service WalletKit {
222222
*/
223223
rpc SendOutputs (SendOutputsRequest) returns (SendOutputsResponse);
224224

225-
/*
225+
/* lncli: `wallet estimatefeerate`
226226
EstimateFee attempts to query the internal fee estimator of the wallet to
227227
determine the fee (in sat/kw) to attach to a transaction in order to
228228
achieve the confirmation target.
229229
*/
230230
rpc EstimateFee (EstimateFeeRequest) returns (EstimateFeeResponse);
231231

232-
/* lncli: `pendingsweeps`
232+
/* lncli: `wallet pendingsweeps`
233233
PendingSweeps returns lists of on-chain outputs that lnd is currently
234234
attempting to sweep within its central batching engine. Outputs with similar
235235
fee rates are batched together in order to sweep them within a single

lnrpc/walletrpc/walletkit.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
},
307307
"/v2/wallet/estimatefee/{conf_target}": {
308308
"get": {
309-
"summary": "EstimateFee attempts to query the internal fee estimator of the wallet to\ndetermine the fee (in sat/kw) to attach to a transaction in order to\nachieve the confirmation target.",
309+
"summary": "lncli: `wallet estimatefeerate`\nEstimateFee attempts to query the internal fee estimator of the wallet to\ndetermine the fee (in sat/kw) to attach to a transaction in order to\nachieve the confirmation target.",
310310
"operationId": "WalletKit_EstimateFee",
311311
"responses": {
312312
"200": {
@@ -680,7 +680,7 @@
680680
},
681681
"/v2/wallet/sweeps/pending": {
682682
"get": {
683-
"summary": "lncli: `pendingsweeps`\nPendingSweeps returns lists of on-chain outputs that lnd is currently\nattempting to sweep within its central batching engine. Outputs with similar\nfee rates are batched together in order to sweep them within a single\ntransaction.",
683+
"summary": "lncli: `wallet pendingsweeps`\nPendingSweeps returns lists of on-chain outputs that lnd is currently\nattempting to sweep within its central batching engine. Outputs with similar\nfee rates are batched together in order to sweep them within a single\ntransaction.",
684684
"description": "NOTE: Some of the fields within PendingSweepsRequest are not guaranteed to\nremain supported. This is an advanced API that depends on the internals of\nthe UtxoSweeper, so things may change.",
685685
"operationId": "WalletKit_PendingSweeps",
686686
"responses": {

lnrpc/walletrpc/walletkit_grpc.pb.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)