Commit f8a672f1dec24f491462b879dcc3d6d33eb63a05

Kano 2013-08-05T20:16:14

miner.php format Best Share

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/miner.php b/miner.php
index 5db8645..10e52d1 100644
--- a/miner.php
+++ b/miner.php
@@ -962,6 +962,10 @@ function fmt($section, $name, $value, $when, $alldata)
 		if ($value != '')
 			$ret = number_format((float)$value, 2);
 		break;
+	case 'SUMMARY.Best Share':
+		if ($value != '')
+			$ret = number_format((float)$value);
+		break;
 	}
 
  if ($section == 'NOTIFY' && substr($name, 0, 1) == '*' && $value != '0')