]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/miner/class_MinerHelper.php
Added really lame script to update copyright year.
[hub.git] / application / hub / interfaces / miner / class_MinerHelper.php
index 4f1daedafe0c8be12679777b81d0779b5b49960e..30e6b870b6fe685ecdefdfe8bd2333e81eb44224 100644 (file)
@@ -79,6 +79,15 @@ interface MinerHelper extends FrameworkInterface {
         * @return      void
         */
        function initBufferQueues ();
+
+       /**
+        * 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 (BlockProducer $producerInstance);
 }
 
 // [EOF]