Merge branch 'master' into assets

This commit is contained in:
arionum
2019-09-14 02:04:09 +03:00
committed by GitHub
5 changed files with 7 additions and 3 deletions

View File

@@ -647,6 +647,7 @@ if ($current['height'] < $largest_height && $largest_height > 1) {
$resyncing=true;
}
// needs to be redone due to the assets
// if ($resyncing==true) {
// _log("Resyncing accounts");
@@ -682,6 +683,7 @@ if ($current['height'] < $largest_height && $largest_height > 1) {
// $db->run("DELETE FROM masternode WHERE height>:h", [":h"=>$current['height']]);
// $db->exec("UNLOCK TABLES");
// }
}
}