clink exp and desc

This commit is contained in:
boufni95 2025-09-16 18:16:35 +00:00
parent e62e6473db
commit 8b0e56f215
8 changed files with 23 additions and 10 deletions

View file

@ -379,7 +379,6 @@ message AddAppUserInvoiceRequest {
optional string offer_string = 6;
optional bool rejectUnauthorized = 7;
optional string token = 8;
}
message GetAppUserRequest {
@ -450,6 +449,7 @@ message NewInvoiceRequest{
int64 amountSats = 1;
string memo = 2;
optional string zap = 3;
optional int64 expiry = 4;
}
message NewInvoiceResponse{