paused
This commit is contained in:
@@ -394,6 +394,7 @@ class Block
|
||||
":accounts" => $data['accounts'],
|
||||
":transactions" => $data['transactions'],
|
||||
":masternodes" => $data['masternodes'],
|
||||
":mn_paused" => $mndata['paused'],
|
||||
":supply" => $supply,
|
||||
":reward" => $reward,
|
||||
":mn_reward" => $mn_reward_rate,
|
||||
@@ -403,7 +404,7 @@ class Block
|
||||
];
|
||||
|
||||
$res = $db->run(
|
||||
"INSERT into networkstats SET id=:id, height=:height, difficulty=:difficulty, accounts=:accounts, transactions=:transactions, masternodes=:masternodes,
|
||||
"INSERT into networkstats SET id=:id, height=:height, difficulty=:difficulty, accounts=:accounts, transactions=:transactions, masternodes=:masternodes, mn_paused=:mn_paused,
|
||||
supply=:supply, reward=:reward, mn_reward=:mn_reward, mn_daily_reward=:mn_daily_reward, mn_daily_cold_reward=:mn_daily_cold_reward",
|
||||
$bind
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user