mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-19 22:34:29 +01:00
lnrpc: add features field to invoices
This commit is contained in:
1152
lnrpc/rpc.pb.go
1152
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@@ -2371,6 +2371,9 @@ message Invoice {
|
||||
|
||||
/// List of HTLCs paying to this invoice [EXPERIMENTAL].
|
||||
repeated InvoiceHTLC htlcs = 22 [json_name = "htlcs"];
|
||||
|
||||
/// List of features advertised on the invoice.
|
||||
repeated Feature features = 24 [json_name = "features"];
|
||||
}
|
||||
|
||||
enum InvoiceHTLCState {
|
||||
|
||||
@@ -2802,6 +2802,13 @@
|
||||
"$ref": "#/definitions/lnrpcInvoiceHTLC"
|
||||
},
|
||||
"description": "/ List of HTLCs paying to this invoice [EXPERIMENTAL]."
|
||||
},
|
||||
"features": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/lnrpcFeature"
|
||||
},
|
||||
"description": "/ List of features advertised on the invoice."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user