Description
Issue and Steps to Reproduce
running v24.11 on Raspiblitz (x86 Proxmox VM)
When enabling xpay
and trying to pay an invoice with Zeus, the redirect does not work because maxfeepercent
is an unknown argument for xpay
. Paying the same bolt11 invoice with lightning-cli xpay -k invstring=lnbc...
works immediately.
Also when xpay-handle-pay
is true I get the following 'spam' in my logs

getinfo
output
{
"id": "XXX",
"alias": "XXX",
"color": "XXX",
"num_peers": 10,
"num_pending_channels": 0,
"num_active_channels": X,
"num_inactive_channels": 0,
"address": [
{
"type": "torv3",
"address": "XXX.onion",
"port": 9736
}
],
"binding": [
{
"type": "ipv4",
"address": "127.0.0.1",
"port": 9736
}
],
"version": "v24.11",
"blockheight": 874093,
"network": "bitcoin",
"fees_collected_msat": X,
"lightning-dir": "/home/bitcoin/.lightning/bitcoin",
"our_features": {
"init": "08a0880a8a59a1",
"node": "88a0880a8a59a1",
"channel": "",
"invoice": "02000002024100"
}
}