TODO Location
sixty_nuts/wallet.py:846
Priority
🟡 Medium Priority - NIP-60 compliance
Current Code
# TODO: Implement quote tracking as per NIP-60:
# await self.publish_quote_tracker(
# quote_id=quote_resp["quote"],
# mint_url=mint_url,
# expiration=int(time.time()) + 14 * 24 * 60 * 60 # 2 weeks
# )
What needs to be done
- Implement quote tracking events as specified in NIP-60
- Publish quote tracker events when creating mint/melt quotes
- Track quote expiration and status
- Enable quote recovery and status checking
NIP-60 requirements
- Publish encrypted quote events with quote details
- Include expiration timestamp
- Support quote status updates
- Handle quote cleanup
TODO Location
sixty_nuts/wallet.py:846Priority
🟡 Medium Priority - NIP-60 compliance
Current Code
What needs to be done
NIP-60 requirements