]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/miner/class_MinerHelper.php
Added real genesis block producer (not funtional).
[hub.git] / application / hub / interfaces / miner / class_MinerHelper.php
index 18e1b651ec6db9ee5ba412542654ab9bc17d02c0..30e6b870b6fe685ecdefdfe8bd2333e81eb44224 100644 (file)
@@ -84,9 +84,10 @@ interface MinerHelper extends FrameworkInterface {
         * Changes the state to 'booting' and shall be called after the block
         * producer has been initialized.
         *
+        * @param       $producerInstance       An instance of a BlockProducer class
         * @return      void
         */
-       function blockProducerHasInitialized ();
+       function blockProducerHasInitialized (BlockProducer $producerInstance);
 }
 
 // [EOF]