mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 15:30:40 +02:00
lnrpc: clarify proto documentation for Invoice
This commit is contained in:
@@ -469,18 +469,17 @@
|
||||
},
|
||||
"settled": {
|
||||
"type": "boolean",
|
||||
"description": "The field is deprecated. Use the state field instead (compare to SETTLED).",
|
||||
"title": "Whether this invoice has been fulfilled"
|
||||
"description": "Whether this invoice has been fulfilled.\n\nThe field is deprecated. Use the state field instead (compare to SETTLED)."
|
||||
},
|
||||
"creation_date": {
|
||||
"type": "string",
|
||||
"format": "int64",
|
||||
"description": "When this invoice was created.\nNote: Output only, don't specify for creating an invoice."
|
||||
"description": "When this invoice was created.\nMeasured in seconds since the unix epoch.\nNote: Output only, don't specify for creating an invoice."
|
||||
},
|
||||
"settle_date": {
|
||||
"type": "string",
|
||||
"format": "int64",
|
||||
"description": "When this invoice was settled.\nNote: Output only, don't specify for creating an invoice."
|
||||
"description": "When this invoice was settled.\nMeasured in seconds since the unix epoch.\nNote: Output only, don't specify for creating an invoice."
|
||||
},
|
||||
"payment_request": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user