Skip to content

Commit

Permalink
Merge pull request lightningnetwork#8705 from yyforyongyu/fix-typo
Browse files Browse the repository at this point in the history
lnrpc: fix typo
  • Loading branch information
guggero authored Apr 30, 2024
2 parents 9f4e92c + 9f29952 commit e8a1d48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lnrpc/walletrpc/walletkit.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lnrpc/walletrpc/walletkit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ service WalletKit {
/* lncli: `wallet labeltx`
LabelTransaction adds a label to a transaction. If the transaction already
has a label the call will fail unless the overwrite bool is set. This will
overwrite the exiting transaction label. Labels must not be empty, and
overwrite the existing transaction label. Labels must not be empty, and
cannot exceed 500 characters.
*/
rpc LabelTransaction (LabelTransactionRequest)
Expand Down Expand Up @@ -1176,7 +1176,7 @@ message BumpFeeRequest {

// Optional. The deadline in number of blocks that the input should be spent
// within. When not set, for new inputs, the default value (1008) is used;
// for exiting inputs, their current values will be retained.
// for existing inputs, their current values will be retained.
uint32 target_conf = 2;

/*
Expand Down
4 changes: 2 additions & 2 deletions lnrpc/walletrpc/walletkit.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
},
"/v2/wallet/tx/label": {
"post": {
"summary": "lncli: `wallet labeltx`\nLabelTransaction adds a label to a transaction. If the transaction already\nhas a label the call will fail unless the overwrite bool is set. This will\noverwrite the exiting transaction label. Labels must not be empty, and\ncannot exceed 500 characters.",
"summary": "lncli: `wallet labeltx`\nLabelTransaction adds a label to a transaction. If the transaction already\nhas a label the call will fail unless the overwrite bool is set. This will\noverwrite the existing transaction label. Labels must not be empty, and\ncannot exceed 500 characters.",
"operationId": "WalletKit_LabelTransaction",
"responses": {
"200": {
Expand Down Expand Up @@ -1360,7 +1360,7 @@
"target_conf": {
"type": "integer",
"format": "int64",
"description": "Optional. The deadline in number of blocks that the input should be spent\nwithin. When not set, for new inputs, the default value (1008) is used;\nfor exiting inputs, their current values will be retained."
"description": "Optional. The deadline in number of blocks that the input should be spent\nwithin. When not set, for new inputs, the default value (1008) is used;\nfor existing inputs, their current values will be retained."
},
"sat_per_byte": {
"type": "integer",
Expand Down
4 changes: 2 additions & 2 deletions lnrpc/walletrpc/walletkit_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8a1d48

Please sign in to comment.