Merge pull request #2360 from joostjager/invoice-unused-fields

channeldb+lnrpc: remove receipt invoice field
This commit is contained in:
Olaoluwa Osuntokun 2019-01-07 13:47:00 -08:00 committed by GitHub
commit f63ab4beda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 542 additions and 538 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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",