]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/factories/chain/class_PackageFilterChainFactory.php
No, post-handling is the right one, not post-processing ...
[hub.git] / application / hub / main / factories / chain / class_PackageFilterChainFactory.php
index e07b77126a683eaf717e4eb62d583b55dce42feb..0a70fe2327db9b6b3f5541bf70b82f9f63440e5b 100644 (file)
@@ -64,9 +64,6 @@ class PackageFilterChainFactory extends ObjectFactory {
                                $chainInstance->addFilter($filterInstance);
                        } // END - foreach
 
-                       // Add filter for handling hash to miner queue
-                       $filterInstance = self::createObjectByConfiguredName('package_hash_to_miner_filter');
-
                        // Add this post-filter to the chain
                        $chainInstance->addPostFilter($filterInstance);