]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/class_NetworkPackage.php
Added real genesis block producer (not funtional).
[hub.git] / application / hub / main / package / class_NetworkPackage.php
index 1de50c8643384e758c4aa1f77f8aa1018e3c7df1..c1d8f059a17781c9d5d1c8b31b963fbccf46227d 100644 (file)
@@ -1410,7 +1410,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
                // Is 'claim_reward' the message type?
                if (in_array('claim_reward', $decodedDataArray[self::PACKAGE_CONTENT_TAGS])) {
                        /*
-                        * Then don't feed this message to the miner as this causes and
+                        * Then don't feed this message to the miner as this causes an
                         * endless loop of mining.
                         */
                        return;