NIP 60: add amount to kind 7374

This commit is contained in:
P. Reis 2025-02-17 13:58:14 -03:00 committed by GitHub
parent 8e6f2c06c3
commit 07bf688dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>" ]
]
}
```