mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
wallet: show USD (#295)
This commit is contained in:
parent
c234694699
commit
d1ba34e9c1
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ echo '<p style="font-size: .8em; margin-top: 0; padding-left: 4px;">';
|
||||||
echo '* approximate from current exchange rates<br/>';
|
echo '* approximate from current exchange rates<br/>';
|
||||||
if ($refcoin->symbol == 'BTC') {
|
if ($refcoin->symbol == 'BTC') {
|
||||||
$usd = number_format($mining->usdbtc, 2, '.', ' ');
|
$usd = number_format($mining->usdbtc, 2, '.', ' ');
|
||||||
echo '** bitstamp <b>$usd</b> USD/BTC';
|
echo '** bitstamp <b>'.$usd.'</b> USD/BTC';
|
||||||
}
|
}
|
||||||
echo '</p>';
|
echo '</p>';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue