If an invoice has already been paid by the mint it will return the following error ```json {"code":20006,"error":"Invoice already paid.","detail":null} ``` We should catch this when the melt quote is being fetched.
If an invoice has already been paid by the mint it will return the following error
{"code":20006,"error":"Invoice already paid.","detail":null}We should catch this when the melt quote is being fetched.