mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-19 14:24:26 +01:00
lnrpc: deprecate invoice receipt field
This commit is contained in:
1072
lnrpc/rpc.pb.go
1072
lnrpc/rpc.pb.go
File diff suppressed because it is too large
Load Diff
@@ -1683,8 +1683,10 @@ message Invoice {
|
||||
*/
|
||||
string memo = 1 [json_name = "memo"];
|
||||
|
||||
/// An optional cryptographic receipt of payment
|
||||
bytes receipt = 2 [json_name = "receipt"];
|
||||
/** Deprecated. An optional cryptographic receipt of payment which is not
|
||||
implemented.
|
||||
*/
|
||||
bytes receipt = 2 [json_name = "receipt", deprecated = true];
|
||||
|
||||
/**
|
||||
The hex-encoded preimage (32 byte) which will allow settling an incoming
|
||||
|
||||
@@ -2042,7 +2042,7 @@
|
||||
"receipt": {
|
||||
"type": "string",
|
||||
"format": "byte",
|
||||
"title": "/ An optional cryptographic receipt of payment"
|
||||
"description": "* Deprecated. An optional cryptographic receipt of payment which is not\nimplemented."
|
||||
},
|
||||
"r_preimage": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user