]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/filter/miner/class_MinerPhpRequirementsFilter.php
Better name for the miner: It "mines" for Hubcoins.
[hub.git] / application / hub / main / filter / miner / class_MinerPhpRequirementsFilter.php
index dc490d2ee2b9d075d171a056c934cae4dd8bdd1c..918568833787a07daa0b41bd4524f78ed605e38d 100644 (file)
@@ -69,7 +69,7 @@ class MinerPhpRequirementsFilter extends BaseMinerFilter implements Filterable {
                // If scrypt() is not found (ext-scrypt) then the "Hubcoins reward" is not working
                if ((extension_loaded('scrypt')) && (is_callable('scrypt'))) {
                        // Mark it as working
-                       self::createDebugInstance(__CLASS__)->debugOutput('FILTER[' . __METHOD__ . ':' . __LINE__ . '] ext-scrypt and a callable scrypt() function found. "Hubcoin reward" feature enabled.');
+                       self::createDebugInstance(__CLASS__)->debugOutput('FILTER[' . __METHOD__ . ':' . __LINE__ . '] ext-scrypt and a callable scrypt() function found. "Hubcoin reward" feature possible.');
                        $this->getConfigInstance()->setConfigEntry('extension_scrypt_loaded', TRUE);
                } else {
                        // Not working (not all have ext-scrypt installed