voting stale height

This commit is contained in:
admin@arionum.com
2019-09-17 12:41:52 +03:00
parent a64d349a15
commit bb22e45d40

View File

@@ -822,7 +822,7 @@ if ($_config['masternode']==true&&!empty($_config['masternode_public_key'])&&!em
if ($f) {
$res=json_decode($f, true);
$res=$res['data'];
if ($res['height']<$current['height']-50) {
if ($res['height']<$current['height']-360) {
$blacklist=1;
}
echo "Masternode Height: ".$res['height']."\n";