UNUSUAL plugin-offers: No incoming channel to public peer, so no blinded path
Closed this issue · 5 comments
Running
lightning-cli offer -k "amount"="any" "description"="test5" "label"="testing blinded paths"
results in
UNUSUAL plugin-offers: No incoming channel to public peer, so no blinded path
in my log file.
However, I have an open channel.
Also, what is the definition of public peer
?
"version": "v24.08"
"our_features": {
"init": "08a0800a8a59a1",
"node": "88a0800a8a59a1",
"channel": "",
"invoice": "02000002024100"
}
Also, decoding the offer results in showing my nodeid, not a blinded path.
Also, not sure if this is related, but with lightning-cli invoice -k "amount_msat"=100000 "label"="test7" "description"="test"
getting "warning_deadends": "Insufficient incoming capacity, once dead-end peers were excluded"
. However, I am able to receive payments no problem.