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

@@ -3068,7 +3068,7 @@ type BumpFeeRequest struct {
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
// 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"`
// Deprecated, use sat_per_vbyte.
// The fee rate, expressed in sat/vbyte, that should be used to spend the input