mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01: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"];
|
||||
|
||||
/// 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",
|
||||
|
Loading…
Reference in New Issue
Block a user