Skip to content
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

Fee jumped ""channel ALL: lightning_closingd: Their fee jumped 14661 to 13410 when ours was 14035"" #801

Closed
Ulmo opened this issue Jan 27, 2018 · 3 comments

Comments

@Ulmo
Copy link

Ulmo commented Jan 27, 2018

I got this error connecting to peer 039a8f88dca257f4f67a2c65bfcc6ab1d398488334d3b3a78d514c8e3f6638a903:

"channel ALL: lightning_closingd: Their fee jumped 14661 to 13410 when ours was 14035"

In the log:

lightningd(13304): peer 039a8f88dca257f4f67a2c65bfcc6ab1d398488334d3b3a78d514c8e3f6638a903: Peer has reconnected, state CLOSINGD_SIGEXCHANGE
lightningd(13304):jcon fd 28: Failing: channel ALL: lightning_closingd: Their fee jumped 14661 to 13410 when ours was 14035

"Their fee jumped 14661 to 13410 when ours was 14035" repeats in the log 5 times (presumably whenever I tried to reconnect). I think I might have found in the log where it went bad:

logecerpt.txt

What's going on? How do I get more information about this for debugging? Is this supposed to happen?

@rustyrussell
Copy link
Contributor

What was remote end? They're supposed to get closer to our offer, not jump over it!

@Ulmo
Copy link
Author

Ulmo commented Jan 27, 2018

I'm confused by this sentence:

"Their fee jumped 14661 to 13410 when ours was 14035"

So the fee was -1251, jumped 14661 to 13410, when ours was 14035. If it was -1251, then it getting closer to our 14035 means it's getting better, right?

But, your interpretation isn't what the sentence says. Your interpretation would be written this way:

"Their fee jumped from 14661 to 13410 when ours was 14035."

Perhaps your misinterpretation is the correct one, and it helps me to understand it better.

You used the word "jump", which the error did too. I wonder if it was a translation error. "Their fee jumped from 14661 over ours at 14035 to 13410."

@cdecker
Copy link
Member

cdecker commented Feb 2, 2018

Should be fixed by #847

@cdecker cdecker closed this as completed Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants