-

@ calle 👁️⚡👁️
2025-05-11 20:36:57
Cashu wallet devs: is your wallet ready for keyset rotations?
Keysets can become inactive (`{active: false}`) any time which means the mint won't allow creating new ecash from that keyset (typically in favor of a new one)!
A good strategy is to get `/v1/info` and `/v1/keysets` every time a user opens the wallet and talks to the mint. That way you can get all the updated settings and keysets of the mint (and persist it).
In case you're missing a keyset, you can get it via `/v1/keys/`