mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 10:09:09 +00:00
api: add mbtc_mh_factor (mBTC/MH) to status api
1000 means mBTC/GH 0.001 for mBTC/kH
This commit is contained in:
parent
ab24ba8145
commit
5fcb58e9c9
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class ApiController extends CommonController
|
|||
"estimate_current" => $price,
|
||||
"estimate_last24h" => $avgprice,
|
||||
"actual_last24h" => $btcmhday1,
|
||||
"mbtc_mh_factor" => $algo_unit_factor,
|
||||
"hashrate_last24h" => (double) $hashrate1,
|
||||
);
|
||||
if(YAAMP_RENTAL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue