From b8a3ab3efa21b5d9e2acdd6189823b9bd00fbaaf Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Wed, 20 Sep 2017 15:36:13 -0600 Subject: [PATCH] Change percent --- calculate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calculate.js b/calculate.js index 07a6cb7..ee4d4c2 100644 --- a/calculate.js +++ b/calculate.js @@ -1,6 +1,6 @@ "use strict"; //Licensed under the Apache License 2.0. See license file for information. -// Ardon Income Calculator v3.2 stable. +// Ardon Income Calculator v3.3 stable. // Written by Josh Mudge // Ad Mejorem Dei Glorium @@ -35,7 +35,7 @@ function calculate() { var gold = +blocks / 1000 * 100 console.log(gold) - var infra = +infra / 1000 * 0.001 + var infra = +infra / 1000 * 0.0025 console.log(infra) var one = +one / 1000 * 0.01 console.log(one)