]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/miner/init/class_MinerInitState.php
Continued:
[hub.git] / application / hub / main / states / miner / init / class_MinerInitState.php
index 14caefed5dcdd67c5944a1e02cdbf4533bc8d577..c8694a15c20ce5ea89fb019e58a440e7f49fc8cd 100644 (file)
@@ -57,10 +57,9 @@ class MinerInitState extends BaseMinerState implements Stateable {
         *
         * @param       $executorInstance       An instance of a Executor class
         * @return      void
+        * @todo        0% done?
         */
        public function executeState (Executor $executorInstance) {
-               // Now prepare the unit production to maybe become 'virgin' or 'active' if work/test units are there
-               $executorInstance->prepareBlockProduction($this);
        }
 
        /**