[UPDATE] Moved transactions into special API call
This commit is contained in:
parent
16636f6a39
commit
e2681fe5bf
@ -17,8 +17,7 @@ $data = array(
|
||||
'username' => $user->getUsername($user_id),
|
||||
'shares' => $statistics->getUserShares($user_id),
|
||||
'hashrate' => $statistics->getUserHashrate($user_id),
|
||||
'sharerate' => $statistics->getUserSharerate($user_id),
|
||||
'transactions' => $aTransactionSummary
|
||||
'sharerate' => $statistics->getUserSharerate($user_id)
|
||||
);
|
||||
echo $api->get_json($data);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user