mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
lnrpc: fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user