]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/miner/init/class_MinerInitState.php
Block and WU producers are two different producer classes.
[hub.git] / application / hub / main / states / miner / init / class_MinerInitState.php
index 02d35320961e2b4f2c99e1ad5e4f0d52d6f029a3..14caefed5dcdd67c5944a1e02cdbf4533bc8d577 100644 (file)
@@ -60,7 +60,7 @@ class MinerInitState extends BaseMinerState implements Stateable {
         */
        public function executeState (Executor $executorInstance) {
                // Now prepare the unit production to maybe become 'virgin' or 'active' if work/test units are there
-               $executorInstance->prepareUnitProduction($this);
+               $executorInstance->prepareBlockProduction($this);
        }
 
        /**