lightning
lightning copied to clipboard
Maxfeepercent preventing pay cmd success
root@rn_funding:/# lightning-cli pay lnbc100u1p3nwdmxsp5vtlqe8wptsr7lvfqe2lxlnxxxlv2xmxkdw96x6wc6g80cqd07mmqpp53kpuv3uz36tqhp32k8dqmvgk4xd8mg06yf3jzlhepsvanr04v7hsdq9ddjx5xqyjw5qcqpjrzjq2es94qezhyt9m8czelmj378wv4a77j3jmzc9ft0xzxdxclsx5gfgzuglsqqfpcqqqqqqqlgqqqqqzsqyg9qyysgq586hhaf83cekm20queux6pxn4d023q46ex8shl9kk67m6lsj8svn0yg0ej2jkdfnndmaccz0p7j5stfg6fpm6yzjweap7cwf328lcsspsqjv9f
{
"code": 210,
"message": "Ran out of routes to try after 4 attempts: see `paystatus`",
"attempts": [
{
"status": "pending",
"partid": 1,
"amount": "10000000msat",
"amount_msat": "10000000msat"
},
{
"status": "failed",
"failreason": "failed: WIRE_MPP_TIMEOUT (reply from remote)",
"partid": 2,
"amount": "9957013msat",
"amount_msat": "9957013msat",
"parent_partid": 1
},
{
"status": "failed",
"failreason": "Fee exceeds our fee budget: 2000msat > 214msat, discarding route",
"partid": 3,
"amount": "42987msat",
"amount_msat": "42987msat",
"parent_partid": 1
},
{
"status": "failed",
"failreason": "No path found",
"partid": 4,
"amount": "42987msat",
"amount_msat": "42987msat",
"parent_partid": 3
}
]
}
How do I increase my maxfeepercent permanently to avoid failed payments or the need to set maxfeepercent in every pay call?
There may be some problems with version 12.0. I went to create and pay the same invoice size a second time and there were no problems.....