]> git.mxchange.org Git - hub.git/commitdiff
createFileStackInstance() has 2 parameters.
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 20:55:27 +0000 (22:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 20:55:27 +0000 (22:55 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php

index dc3b55488c1b0d1022ff386733300546a0311e1d..ed35b19667eb5f1325f56420cc1f2efc5cbb31cb 100644 (file)
@@ -42,7 +42,7 @@ class MinerTestGenesisBlockProducer extends BaseBlockProducer implements BlockPr
                $producerInstance = new MinerTestGenesisBlockProducer();
 
                // Init the queue for this test block producer
-               $stackInstance = FileStackFactory::createFileStackInstance('test_block_miner');
+               $stackInstance = FileStackFactory::createFileStackInstance('test', 'block_miner');
 
                // Set it here
                $producerInstance->setStackInstance($stackInstance);