mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-26 16:51:28 +02:00
lnrpc: deprecate invoice receipt field
This commit is contained in:
parent
3c950e8f0d
commit
d151916ae1
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"];
|
string memo = 1 [json_name = "memo"];
|
||||||
|
|
||||||
/// An optional cryptographic receipt of payment
|
/** Deprecated. An optional cryptographic receipt of payment which is not
|
||||||
bytes receipt = 2 [json_name = "receipt"];
|
implemented.
|
||||||
|
*/
|
||||||
|
bytes receipt = 2 [json_name = "receipt", deprecated = true];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The hex-encoded preimage (32 byte) which will allow settling an incoming
|
The hex-encoded preimage (32 byte) which will allow settling an incoming
|
||||||
|
@ -2042,7 +2042,7 @@
|
|||||||
"receipt": {
|
"receipt": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "byte",
|
"format": "byte",
|
||||||
"title": "/ An optional cryptographic receipt of payment"
|
"description": "* Deprecated. An optional cryptographic receipt of payment which is not\nimplemented."
|
||||||
},
|
},
|
||||||
"r_preimage": {
|
"r_preimage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user