]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/miner/class_MinerHelper.php
Continued:
[hub.git] / application / hub / interfaces / miner / class_MinerHelper.php
index 4f1daedafe0c8be12679777b81d0779b5b49960e..18e1b651ec6db9ee5ba412542654ab9bc17d02c0 100644 (file)
@@ -79,6 +79,14 @@ interface MinerHelper extends FrameworkInterface {
         * @return      void
         */
        function initBufferQueues ();
+
+       /**
+        * Changes the state to 'booting' and shall be called after the block
+        * producer has been initialized.
+        *
+        * @return      void
+        */
+       function blockProducerHasInitialized ();
 }
 
 // [EOF]