We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the main page, the total amount in sats gets displayed incorrectly (sometimes):
There seems to be some internal calculation/rounding error, when the total amount of sats is added up.
i have 3 outputs with amount_msat: 590395000 273824000 1937230000
and 2 channels with our_amount_msat: 1254905860 2000000000
They add up to
6056354860 not to 6056354859,999999
maybe you are using the frontend float number from the added channel sizes ("3,254,905.86") for internal calculations or so.
v0.7.6
Core Lightning v23.05.2 (c-lightning-REST 0.10.5)
Clearnet
iphone 12
iOS 16.5.1
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
On the main page, the total amount in sats gets displayed incorrectly (sometimes):
There seems to be some internal calculation/rounding error, when the total amount of sats is added up.
i have 3 outputs with amount_msat:
590395000
273824000
1937230000
and 2 channels with our_amount_msat:
1254905860
2000000000
They add up to
6056354860 not to
6056354859,999999
maybe you are using the frontend float number from the added channel sizes ("3,254,905.86") for internal calculations or so.
Reproduce
Zeus version
v0.7.6
Node interface
Core Lightning v23.05.2 (c-lightning-REST 0.10.5)
Network
Clearnet
Device
iphone 12
Device operating system
iOS 16.5.1
Log output
No response
The text was updated successfully, but these errors were encountered: