NIP-60: clarify privkey is optional#1695
Conversation
|
To spend a This This enables clients that don't have access to the user's nsec to redeem the nutzaps. As a byproduct of this, this completely independent private key can be used to generate recoverable-ecash just like Cashu.me and other wallets do to generate cashu that can be recovered from a seed. |
|
Oh now I see it, thanks. But is this merge request still correct though? I think most clients will prefer to use |
|
I think we should make |
Oh, interesting -- yeah, I'd be game for that. |
I agree, there's no cons by doing it, unless some clients implemented it without |
|
Destroyed by: #1730 |
I am learning Cashu for the first time, so this may not make sense.
However, if I understood correctly, to redeem/spend a Cashu with a spending condition, you need a corresponding private key to sign the Proof. In the context of Nostr, this private key can be the user's own Nostr private key or another private key, not related to the user's Nostr private key.
So, if the client is using the user's own Nostr private key, then the
privkeytag wouldn't be needed, correct?