From bb22e45d40a504bf760ef21f4b0a45fa25944c3e Mon Sep 17 00:00:00 2001 From: "admin@arionum.com" Date: Tue, 17 Sep 2019 12:41:52 +0300 Subject: [PATCH] voting stale height --- sanity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity.php b/sanity.php index 832d23c..2a033bf 100755 --- a/sanity.php +++ b/sanity.php @@ -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";