mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
lnrpc: fix typo
This commit is contained in:
parent
0419074ab8
commit
9f2995251e
4 changed files with 7 additions and 7 deletions
|
@ -3068,7 +3068,7 @@ type BumpFeeRequest struct {
|
||||||
Outpoint *lnrpc.OutPoint `protobuf:"bytes,1,opt,name=outpoint,proto3" json:"outpoint,omitempty"`
|
Outpoint *lnrpc.OutPoint `protobuf:"bytes,1,opt,name=outpoint,proto3" json:"outpoint,omitempty"`
|
||||||
// Optional. The deadline in number of blocks that the input should be spent
|
// 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;
|
// 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.
|
||||||
TargetConf uint32 `protobuf:"varint,2,opt,name=target_conf,json=targetConf,proto3" json:"target_conf,omitempty"`
|
TargetConf uint32 `protobuf:"varint,2,opt,name=target_conf,json=targetConf,proto3" json:"target_conf,omitempty"`
|
||||||
// Deprecated, use sat_per_vbyte.
|
// Deprecated, use sat_per_vbyte.
|
||||||
// The fee rate, expressed in sat/vbyte, that should be used to spend the input
|
// The fee rate, expressed in sat/vbyte, that should be used to spend the input
|
||||||
|
|
|
@ -283,7 +283,7 @@ service WalletKit {
|
||||||
/* lncli: `wallet labeltx`
|
/* lncli: `wallet labeltx`
|
||||||
LabelTransaction adds a label to a transaction. If the transaction already
|
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
|
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.
|
cannot exceed 500 characters.
|
||||||
*/
|
*/
|
||||||
rpc LabelTransaction (LabelTransactionRequest)
|
rpc LabelTransaction (LabelTransactionRequest)
|
||||||
|
@ -1176,7 +1176,7 @@ message BumpFeeRequest {
|
||||||
|
|
||||||
// Optional. The deadline in number of blocks that the input should be spent
|
// 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;
|
// 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;
|
uint32 target_conf = 2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -768,7 +768,7 @@
|
||||||
},
|
},
|
||||||
"/v2/wallet/tx/label": {
|
"/v2/wallet/tx/label": {
|
||||||
"post": {
|
"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",
|
"operationId": "WalletKit_LabelTransaction",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
|
@ -1360,7 +1360,7 @@
|
||||||
"target_conf": {
|
"target_conf": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int64",
|
"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": {
|
"sat_per_byte": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
|
|
@ -216,7 +216,7 @@ type WalletKitClient interface {
|
||||||
// lncli: `wallet labeltx`
|
// lncli: `wallet labeltx`
|
||||||
// LabelTransaction adds a label to a transaction. If the transaction already
|
// 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
|
// 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.
|
// cannot exceed 500 characters.
|
||||||
LabelTransaction(ctx context.Context, in *LabelTransactionRequest, opts ...grpc.CallOption) (*LabelTransactionResponse, error)
|
LabelTransaction(ctx context.Context, in *LabelTransactionRequest, opts ...grpc.CallOption) (*LabelTransactionResponse, error)
|
||||||
// lncli: `wallet psbt fund`
|
// lncli: `wallet psbt fund`
|
||||||
|
@ -727,7 +727,7 @@ type WalletKitServer interface {
|
||||||
// lncli: `wallet labeltx`
|
// lncli: `wallet labeltx`
|
||||||
// LabelTransaction adds a label to a transaction. If the transaction already
|
// 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
|
// 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.
|
// cannot exceed 500 characters.
|
||||||
LabelTransaction(context.Context, *LabelTransactionRequest) (*LabelTransactionResponse, error)
|
LabelTransaction(context.Context, *LabelTransactionRequest) (*LabelTransactionResponse, error)
|
||||||
// lncli: `wallet psbt fund`
|
// lncli: `wallet psbt fund`
|
||||||
|
|
Loading…
Add table
Reference in a new issue