payment_hash needed to identify payment

This commit is contained in:
ben 2023-04-12 17:33:17 +01:00
parent 56c8556855
commit 2ec7833e8e

1
83.md
View File

@ -85,6 +85,7 @@ In `funding source client` nostr pubkeys used by `service client` are given and
```json ```json
{ {
"payment_status":{ "payment_status":{
"payment_hash":"<string>",
"paid":"<bool>" "paid":"<bool>"
} }
} }