unicef / juniper-portfolio

This application can be used to track cryptocurrency wallets (bitcoin and ether).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISSUE: Current Value does not add up when you use the "Today's Price" details to calculate against a BTC value

CriLoma opened this issue · comments

When I'm in the Account page, if I try to use the "Today's Price" (in the bottom left) against the amount of crypto donated, the "Current Value" does not match up.

I should be able to use "Today's Price" and multiply it by the amount received and the Current Value should be displayed

image

This also seems to be a problem for Ethereum Prices under the Accounts section

image

This has also been fixed in PR #384 because these are downstream. I believe it was using the same unrounded numbers and because that is taking place on the server now it should align.