log
This commit is contained in:
@@ -368,11 +368,12 @@ class Block
|
|||||||
":transactions" => $data['transactions'],
|
":transactions" => $data['transactions'],
|
||||||
":masternodes" => $data['masternodes'],
|
":masternodes" => $data['masternodes'],
|
||||||
":supply" => $supply,
|
":supply" => $supply,
|
||||||
":reward" => $reward
|
":reward" => $reward,
|
||||||
|
":mn_reward" => $mn_reward_rate
|
||||||
];
|
];
|
||||||
|
|
||||||
$res = $db->run(
|
$res = $db->run(
|
||||||
"INSERT into networkstats SET id=:id, height=:height, difficulty=:difficulty, accounts=:accounts, transactions=:transactions, masternodes=:masternodes, supply=:supply, reward=:reward",
|
"INSERT into networkstats SET id=:id, height=:height, difficulty=:difficulty, accounts=:accounts, transactions=:transactions, masternodes=:masternodes, supply=:supply, reward=:reward, mn_reward=:mn_reward",
|
||||||
$bind
|
$bind
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user