Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
197 stars 37 forks source link

Sat amount isn’t displayed properly in the transactions tab #180

Closed PaulBlackSwan closed 2 years ago

PaulBlackSwan commented 2 years ago

When browsing the transactions tab, the sat amount isn’t displayed properly : and the zeros at the end aren’t showing, whereas the right amount is shown when looking at the transactions with a BTC or fiat view C575EDBE-519C-4D20-AE73-CE29061F1377 D40CE351-F43D-4426-9F0E-49A8A4FFFA57 32542894-100B-4233-8138-31514469A922

Fonta1n3 commented 2 years ago

Ah I see, it's the trailing zeros for 6 figure round sat amounts in European locale only aren't showing.

The amount itself is correct though 100.000? Showing as 100.0

Will fix for 0.2.27

PaulBlackSwan commented 2 years ago

Indeed

Le ven. 17 sept. 2021 à 02:03, Fontaine @.***> a écrit :

Ah I see, it's the trailing zeros for 6 figure round sat amounts in European locale only aren't showing.

The amount itself is correct though 100.000? Showing as 100.0

Will fix for 0.2.27

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Fonta1n3/FullyNoded/issues/180#issuecomment-921343431, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL63CVOTR6ACQ2NBIV7I7V3UCKAUXANCNFSM5EFMZPJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- This message was sent from a mobile device.

Fonta1n3 commented 2 years ago

OK this should be fixed in 0.2.28, what a pain in the ass that was.