Merge pull request #4 from arionum/master

voting stale height
This commit is contained in:
Ario Sius
2019-09-17 11:51:37 +02:00
committed by GitHub

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";