Browse Source

Show Stratum pools as "Strtm" protocol in "Pool management" TUI

Luke Dashjr 13 years ago
parent
commit
3b5d170ea6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -4318,6 +4318,9 @@ updated:
 		if (pool->idle)
 			wlogprint("Dead ");
 		else
+		if (pool->has_stratum)
+			wlogprint("Strtm");
+		else
 		if (pool->lp_url && pool->proto != pool->lp_proto)
 			wlogprint("Mixed");
 		else