mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
pool: show ttf at current coin speed, if mined (yiimp mode)
This commit is contained in:
parent
eb6a4e2021
commit
48b76054f6
1 changed files with 5 additions and 3 deletions
|
@ -167,10 +167,12 @@ foreach($list as $coin)
|
||||||
else
|
else
|
||||||
echo "<td align=right style='font-size: .8em;'>$height</td>";
|
echo "<td align=right style='font-size: .8em;'>$height</td>";
|
||||||
|
|
||||||
if(!empty($real_ttf))
|
if(!YAAMP_ALLOW_EXCHANGE && !empty($real_ttf))
|
||||||
echo "<td align=right style='font-size: .8em;' title='$real_ttf at $pool_hash'>$pool_ttf</td>";
|
echo '<td align="right" style="font-size: .8em;" title="'.$pool_ttf.' at full pool speed">'.$real_ttf.'</td>';
|
||||||
|
elseif(!empty($real_ttf))
|
||||||
|
echo '<td align="right" style="font-size: .8em;" title="'.$real_ttf.' at '.Itoa2($pool_hash).'">'.$pool_ttf.'</td>';
|
||||||
else
|
else
|
||||||
echo "<td align=right style='font-size: .8em;'>$pool_ttf</td>";
|
echo '<td align="right" style="font-size: .8em;" title="At current pool speed">'.$pool_ttf.'</td>';
|
||||||
|
|
||||||
if($coin->auxpow && $coin->auto_ready)
|
if($coin->auxpow && $coin->auto_ready)
|
||||||
echo "<td align=right style='font-size: .8em; opacity: 0.6;' title='merge mined\n$network_hash' data='$pool_hash_pow'>$pool_hash_pow_sfx</td>";
|
echo "<td align=right style='font-size: .8em; opacity: 0.6;' title='merge mined\n$network_hash' data='$pool_hash_pow'>$pool_hash_pow_sfx</td>";
|
||||||
|
|
Loading…
Add table
Reference in a new issue