A few comments and very minor fixes
diff --git a/js/PublisherPublicKeyDigest.js b/js/PublisherPublicKeyDigest.js
index adbc25c..a2a8234 100644
--- a/js/PublisherPublicKeyDigest.js
+++ b/js/PublisherPublicKeyDigest.js
@@ -30,6 +30,12 @@
//TODO check if the length of the PublisherPublicKeyDigest is correct ( Security reason)
+ if(LOG>4){
+ console.log('PublisherID.PUBLISHER_ID_LEN = ', PublisherID.PUBLISHER_ID_LEN);
+ console.log('PublisherPublicKeyDigest.length = ', PublisherPublicKeyDigest.length);
+ }
+
+
if (this.PublisherPublicKeyDigest.length != PublisherID.PUBLISHER_ID_LEN) {
console.log('LENGTH OF PUBLISHER ID IS WRONG!');