Closed s-tikhomirov closed 4 years ago
Sorry for creating this: the reason was my mistake. When setting up one of the channels, I messed up sats and msats and sent 30 sats to the other end instead of 30k sats. The result was insufficient capacity at that hop.
No worries :wink:
Issue and Steps to Reproduce
I have a setup of 4 testnet LN nodes on localhost. I denote them as M - A - B - C. They have opened channels in this topology. However, I can't send a payment from M to C.
Note: I aliased the corresponding
lightning-cli
call aslna
and the node ID asLNAT
for node A, and analogously for B, C, and M.getroute
indicates that the route for 1 satoshi exists:However, when I generate an invoce at C and try to pay it from M, I get:
The logs from all 4 nodes are attached:
logA-1.log logB-1.log logC-1.txt logM-1.txt
getinfo
output