Fixed XMR percentage growth

Now it actually reflects the XMR growth if you had invested those coins into Monero instead of the ASP.
This commit is contained in:
ferretinjapan 2017-05-06 18:43:22 +09:30 committed by GitHub
parent b3297c9eb3
commit 831f11096a
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ def asp(bot, trigger):
aspsign = '+'
else:
aspsign = '-'
xmrpercent = (((total / xmrbtc_price ) / 650)-1)*100
xmrpercent = ((650*(xmrbtc_price*stamp_price)/14950)-1)*100
if xmrpercent >= 0:
xmrsign = '+'
else: