]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php
Continued:
[hub.git] / application / hub / main / producer / miner / blocks / class_MinerTestGenesisBlockProducer.php
index 140fbb77e2eb5acc7ad23d91d3a17d24357fabe4..dc3b55488c1b0d1022ff386733300546a0311e1d 100644 (file)
@@ -41,6 +41,12 @@ class MinerTestGenesisBlockProducer extends BaseBlockProducer implements BlockPr
                // Get new instance
                $producerInstance = new MinerTestGenesisBlockProducer();
 
+               // Init the queue for this test block producer
+               $stackInstance = FileStackFactory::createFileStackInstance('test_block_miner');
+
+               // Set it here
+               $producerInstance->setStackInstance($stackInstance);
+
                // Return the prepared instance
                return $producerInstance;
        }