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

Remote peer fails during shutdown because 'Feerange below minimum acceptable' #6216

Open
ecdsa opened this issue Jun 6, 2020 · 2 comments
Open

Comments

@ecdsa
Copy link
Member

ecdsa commented Jun 6, 2020

Traceback (most recent call last):
06-06 12:32:00.528 29442 29484 I python  :   File "/home/user/wspace/electrum/.buildozer/android/app/electrum/util.py", line 992, in wrapper
06-06 12:32:00.528 29442 29484 I python  :   File "/home/user/wspace/electrum/.buildozer/android/app/electrum/lnpeer.py", line 1470, in _shutdown
06-06 12:32:00.528 29442 29484 I python  :   File "/home/user/wspace/electrum/.buildozer/android/app/electrum/lnpeer.py", line 206, in wait_for_message
06-06 12:32:00.528 29442 29484 I python  : Exception: Remote peer reported error [DO NOT TRUST THIS MESSAGE]: b'Feerange 161sat-182sat below minimum acceptable 183sat'
06-06 12:32:00.529 29442 29484 I python  : E/P | lnpeer.Peer.[LNWallet, 24.84.152.187:9735] | Exception in close_channel: Exception("Remote peer reported error [DO NOT TRUST THIS MESSAGE]: b'Feerange 161sat-182sat below minimum acceptable 183sat'")

@ecdsa
Copy link
Member Author

ecdsa commented Jun 6, 2020

not sure if the issue is with Electrum

@SomberNight
Copy link
Member

Remote is c-lightning:
https://github.com/ElementsProject/lightning/blob/0f568e18614ae3edd502f25cf5b9d9805641456a/closingd/closingd.c#L519

It might help if we logged the fee offers sent and received, to see if there is something weird there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants