nutshell
nutshell copied to clipboard
ws: serialize melt/mint quote notifications consistently
- Use
PostMeltQuoteResponse.from_melt_quoteandPostMintQuoteResponse.from_mint_quotefor all websocket payloads (initial snapshot + updates). - Fixes missing change in BOLT11_MELT_QUOTE websocket notifications by standardizing the API-shaped payload.
@lollerfirst could you fix the failing test?