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)