Merge pull request #764 from shocknet/debits

zaps in nip69
This commit is contained in:
Justin (shocknet) 2024-10-16 12:17:54 -04:00 committed by GitHub
commit 30d7942fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 31 additions and 14 deletions

View file

@ -270,6 +270,7 @@ message PayAddressResponse{
message NewInvoiceRequest{
int64 amountSats = 1;
string memo = 2;
optional string zap = 3;
}
message NewInvoiceResponse{