From 6f43b063f22d5ac31ccdabb42846876cc5b848dc Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Tue, 12 May 2015 01:58:16 +0200
Subject: [PATCH] Finally fixed???

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 application/hub/main/package/class_NetworkPackage.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/application/hub/main/package/class_NetworkPackage.php b/application/hub/main/package/class_NetworkPackage.php
index 6861785fc..1de50c864 100644
--- a/application/hub/main/package/class_NetworkPackage.php
+++ b/application/hub/main/package/class_NetworkPackage.php
@@ -362,8 +362,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
 		} // END - if
 
 		// Make sure the requested element is there
-		// @TODO Wrong hash!!!!
-		/* DEBUG-DIE */ die('decodedData=' . print_r($decodedData, TRUE));
+		//* DEBUG-DIE */ die('decodedData=' . print_r($decodedData, TRUE));
 		assert(isset($decodedData[self::PACKAGE_CONTENT_PRIVATE_KEY_HASH]));
 
 		// There is no DHT entry so, accept the hash from decoded data
-- 
2.39.5