Dust limit issue on opening a new channel #6418
Unanswered
useyourillusions
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone) I faced an issue that I can't resolve.
Please help me to figure out what's wrong.
I tried to open a new channel with the following line:
lncli openchannel --node_key=<node_key> --local_amt=20000
Then got the error message:
[lncli] rpc error: code = Unknown desc = received funding error from <node_key>: chan_id=<chan_id>, err=You gave bad parameters: Our dust limit 546sat would be above their reserve 354sat
So what is the problem? Is this some kind of incompatibility between nodes version, or maybe incompatibility between types of addresses (is that even possible?). I use p2wkh address.
Seems that it can be related to changes from this commit, but I'm not sure.
Beta Was this translation helpful? Give feedback.
All reactions