This commit is contained in:
P. Reis 2025-08-12 22:27:13 +00:00 committed by GitHub
commit 9a6e92990b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
60.md
View File

@ -177,7 +177,8 @@ However, application developers SHOULD use local state when possible and only pu
"content": nip44_encrypt("quote-id"),
"tags": [
[ "expiration", "<expiration-timestamp>" ],
[ "mint", "<mint-url>" ]
[ "mint", "<mint-url>" ],
[ "amount", "<requested-amount>" ]
]
}
```