-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Bug] C-lightning: UpdateFeePolicy option doesn't show current fees #659
Comments
tukac
changed the title
C-lightning: UpdateFeePolicy option doesn't show actual fees
[Bug] C-lightning: UpdateFeePolicy option doesn't show actual fees
Apr 18, 2021
tukac
changed the title
[Bug] C-lightning: UpdateFeePolicy option doesn't show actual fees
[Bug] C-lightning: UpdateFeePolicy option doesn't show current fees
Apr 18, 2021
It seems bug is wrong grep return. |
ShahanaFarooqui
added a commit
that referenced
this issue
Apr 24, 2021
Update Fee Policy Bug Fix #659
ShahanaFarooqui
added a commit
that referenced
this issue
Apr 24, 2021
Closing with PR #665 |
ShahanaFarooqui
added a commit
that referenced
this issue
Apr 24, 2021
High CPU usage by browser when session inactivity dialog is showing #624 Block Altcoins #627 Remove slide right animation on route change #642 Update the initiator field for Loop APIs #643 Filter Bug fix #623 Transaction id for pending waiting channel #603 Empty cookie security risk bug fix #610 Material container repositions on Mac Firefox #268 & #619 Mask config file passwords #636 Downloaded all channels backup fails to restore #614 CLT Routing list disappears on navigation #652 Update Bump Fee modal #628 LND Paying zero amount invoice fails #657 Open channel fails after adding peer with uri #662 Update Fee Policy Bug Fix #659 Changed default password from `changeme` to `password` (#653) (Contributed By: Andrew Leschinsky <[email protected]>)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
Steps to reproduce the behavior:
Fees shown here are not current. Fees can be changed here correctly, change will be communicated to c-lightning correctly but change will not be shown correctly. This menu always displays default fees irregardless of what they actually are.
In order to see current fees:
lightning-cli listchannels <short channel ID>
Browser, RTL plugin nor c-lightning restart do not resolve this issue.
Your environment
RTL
0.10.0 betac-lightning
0.10.0-27uname -a
on *Nix) Linux MintAdditional context
LND shows fees correctly in this menu. This is only c-lightning bug.
The text was updated successfully, but these errors were encountered: