From 6c8bc7b97c7dbeaeaeb7ba13b4e05479922c16a6 Mon Sep 17 00:00:00 2001 From: Arionum Date: Mon, 13 Aug 2018 05:57:59 +0300 Subject: [PATCH] argon typo --- include/block.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/block.inc.php b/include/block.inc.php index b09de8c..88f55e2 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -669,7 +669,7 @@ if($height>=80458){ // if all masternodes are dead, give the block to gpu if ($winner===false||($tem>=5&&$current_height>=80500)) { _log("All masternodes failed, giving the block to gpu", 1); - $argon = '$argon2i$v=19$m=16384,t=1,p=1'.$argon; + $argon = '$argon2i$v=19$m=16384,t=4,p=4'.$argon; } elseif ($winner==$public_key) { return true; } else {