lightning icon indicating copy to clipboard operation
lightning copied to clipboard

xpay having trouble paying a small invoice

Open daywalker90 opened this issue 11 months ago • 0 comments

Trying to pay an invoice of 1 sat i get this:

{
   "code": 205,
   "message": "Failed: Amount 1500msat below minimum 1000000msat across 790432x2353x0/0"
}

From the logs:

 DEBUG   plugin-cln-askrene: Adding auto.sourcefree
 DEBUG   plugin-cln-askrene: notify msg unusual: Amount 1500msat below minimum 1000000msat across 790432x2353x0/0
 INFO    plugin-cln-askrene: \"cli:xpay#1161830/cln:xpay#170009109/cln-xpay:getroutes#49698/cln:getroutes#170009125\": Amount 1500msat below minimum 1000000msat across 790432x2353x0/0
 DEBUG   plugin-cln-askrene: notify msg unusual: Flow 0/1 was too constrained (Amount 1500msat below minimum 1000000msat across 790432x2353x0/0) so removing it
 INFO    plugin-cln-askrene: \"cli:xpay#1161830/cln:xpay#170009109/cln-xpay:getroutes#49698/cln:getroutes#170009125\": Flow 0/1 was too constrained (Amount 1500msat below minimum 1000000msat across 790432x2353x0/0) so removing it

It doesn't seem to try any other routes?

daywalker90 avatar Jan 22 '25 12:01 daywalker90