blink icon indicating copy to clipboard operation
blink copied to clipboard

USD invoice below 1 cent might not be settling properly

Open nicolasburtey opened this issue 2 years ago • 1 comments

from our slack:

lnInvoicePaymentSend with Invoice below 0.01$ i.e. 21 sats, the error message was initially misleading. Obviously we cannot payout below 0.01$  from USD wallet. Refering to unfound route confused.
{
  "data": {
    "lnInvoicePaymentSend": {
      "errors": [
        {
          "message": "Unable to find a route for payment."
        }
      ],
      "status": "FAILURE"
    }
  }
}

nicolasburtey avatar Feb 26 '22 09:02 nicolasburtey

@UncleSamtoshi can you have a look once the facade is merged?

nicolasburtey avatar Mar 28 '22 02:03 nicolasburtey

done by @vindard

nicolasburtey avatar Sep 14 '23 13:09 nicolasburtey