Browse Source

hunting down source of HBC issue

Stan Gurtler 2 years ago
parent
commit
e6735c8a97
1 changed files with 2 additions and 0 deletions
  1. 2 0
      prsona/src/server.cpp

+ 2 - 0
prsona/src/server.cpp

@@ -422,6 +422,8 @@ bool PrsonaServer::initialize_fresh_generator(
         return false;
     }
 
+    std::cout << "Fresh Generator: " << std::hex << firstGenerator << std::dec << std::endl;
+
     currentGeneratorProof = pi;
     currentFreshGenerator = firstGenerator;
     return true;