We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e62d6 + f73a473 commit 0f0abb4Copy full SHA for 0f0abb4
1 file changed
BitPoolMiner/Models/WhatToMine/WhatToMineResponse.cs
@@ -56,7 +56,7 @@ public string BTC_revenue
56
// Set the decimal seperator
57
format.NumberDecimalSeparator = ".";
58
59
- return Math.Round(Double.Parse(btc_revenue, format), 6).ToString();
+ return Math.Round(Double.Parse(btc_revenue, format), 6).ToString("N6");
60
}
61
set
62
{
0 commit comments