-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected and unexplainable error #84
Comments
I was having problems similar to what was described using circular payments borrowing logic from By default, C-Lightning will only accept 10 blocks as the final hop cltv for the route back to oneself. After padding that |
@jarret thanks I will look into it later because I have not time now but at first sight it doesn't seem to make a difference. |
@jarret Should I put (for example) |
hmm, both the Maybe edit the script to pad on a higher value to use for |
I changed:
into
in |
It is indeed. It results from the plugin option to not be set, you can inspect it with Regarding the issue it seems related to ElementsProject/lightning#3376. |
Looks like in the |
@darosior I've set
Thanks both of you for all the help! Closing this issue. |
First of all:
sendinvoiceless
is a really cool and useful feature that I've implemented in my lightning gameI run 2 nodes like this: myshtery <-> Bitkoins.nl <-> 7 other channels
Myshtery is only connect to Bitkoins.nl. I have paid "Ship of Theseus" via Bitkoins.nl a few day ago 1000 satoshi with
sendinvioiceless
and it went ok over 4 hops and a small fee.I had to pay "Ship of Theseus" again today but it didn't work while it's a very well connected node and it worked before. Error message:
error: {'message': 'Sending failed'}\",)"
I tried increasing the fee but nothing worked. I tested paying another node ID with Bitkoins.nl and that went fine.
I then decided to try to pay with myshtery but since myshtery is only connected to Bitkoins.nl it should have made it harder not easier to pay. However, the payment went smooth (via Bitkoins.nl obviously) over 6 hops and a small fee. After that I tried to pay again via Bitkoins.nl but it didn't work. Restarted Bitkoins.nl but that also didn't help.
What on Earth could cause this situation?
c-lightning: "v0.8.0-1-gb14b2b0"
The text was updated successfully, but these errors were encountered: