lnrpc: fix typo

This commit is contained in:
yyforyongyu
2024-04-29 19:14:27 +08:00
parent 0419074ab8
commit 9f2995251e
4 changed files with 7 additions and 7 deletions

View File

@@ -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)
@@ -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;
/*