]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/dht/class_DhtRecipient.php
Opps, wrong constant name
[hub.git] / application / hub / main / recipient / dht / class_DhtRecipient.php
index 13661f33d67929aaaf07c675f016b14740b0eb17..df06656eb402ddb3783621313a0eab558e65cb08 100644 (file)
@@ -58,7 +58,7 @@ class DhtRecipient extends BaseRecipient implements Recipient {
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
-               assert($recipient == NetworkPacke::PACKAGE_RECIPIENT_DHT);
+               assert($recipient == NetworkPacke::NETWORK_TARGET_DHT);
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }
 }