Skip to content

Commit

Permalink
wallet: show USD (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
huglester authored and tpruvot committed Aug 23, 2018
1 parent c234694 commit d1ba34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/yaamp/modules/site/results/wallet_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function WriteBoxHeader($title)
echo '* approximate from current exchange rates<br/>';
if ($refcoin->symbol == 'BTC') {
$usd = number_format($mining->usdbtc, 2, '.', ' ');
echo '** bitstamp <b>$usd</b> USD/BTC';
echo '** bitstamp <b>'.$usd.'</b> USD/BTC';
}
echo '</p>';

Expand Down

0 comments on commit d1ba34e

Please sign in to comment.