Francisco Calderón
Francisco Calderón
It's a pruned node
Do you think is a good idea we just disconnect from those nodes 4 nodes and move on?
> lncli doesn't use the same settings so it's not a 1:1 mapping, you can try customizing your pay settings What do you mean with customizing pay settings?
I just need to pay the invoice, what argument would let me pay that kind of invoice?
I forgot to mention that I tried to pay that invoice 4 times and all of them I got this error message `503,PaymentPathfindingFailedToFindPossibleRoute`
Yes, but it works if I just run a `lncli payinvoice`, I tested with another invoice from them, those are the new invoices from muun wallet
This is happening in production with @lnp2pbot https://github.com/grunch/p2plnbot/blob/main/ln/pay_request.js#L28
I will try that
Yeah, I have a more than enough max fee and also I have a direct channel with the node that is in the hint, also it's a 100 sats invoice,...
I getting a `404,UnknownPaymentHash` error, what I am doing wrong? ```javascript const invoice = parsePaymentRequest({ request }); if (!invoice) { return false; } // We need to set a max...