X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ffactories%2Fchain%2Fclass_PackageFilterChainFactory.php;h=e07b77126a683eaf717e4eb62d583b55dce42feb;hb=edd299429d84e0956d14ade73a26e894e3e5c313;hp=ba3bc4df3ad4e7ab7f881a563ca03a2a408ee0dd;hpb=79acde36944b08ef27370877a9844e40a0fa26ff;p=hub.git diff --git a/application/hub/main/factories/chain/class_PackageFilterChainFactory.php b/application/hub/main/factories/chain/class_PackageFilterChainFactory.php index ba3bc4df3..e07b77126 100644 --- a/application/hub/main/factories/chain/class_PackageFilterChainFactory.php +++ b/application/hub/main/factories/chain/class_PackageFilterChainFactory.php @@ -67,8 +67,8 @@ class PackageFilterChainFactory extends ObjectFactory { // Add filter for handling hash to miner queue $filterInstance = self::createObjectByConfiguredName('package_hash_to_miner_filter'); - // Add this filter to the chain - $chainInstance->addFilter($filterInstance); + // Add this post-filter to the chain + $chainInstance->addPostFilter($filterInstance); // Add the finished chain to the registry Registry::getRegistry()->addInstance($registryKey, $chainInstance);