]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/miner/class_BaseHubMiner.php
Fixed a lot stuff for cruncher (missing methods, etc.)
[hub.git] / application / hub / main / miner / class_BaseHubMiner.php
index 13473eb73deadcaa4a9616904cb124b8752efc4d..eee201c95d78824ebe8a04eedc8fbbd4a8969f12 100644 (file)
@@ -68,7 +68,7 @@ abstract class BaseHubMiner extends BaseHubSystem implements Updateable {
         */
        private function initMiner () {
                // Init the state
-               MinerStateFactory::createMinerStateInstanceByName('init', $this);
+               MinerStateFactory::createMinerStateInstanceByName('init');
        }
 
        /**