Explorar o código

hunting down source of HBC issue

Stan Gurtler %!s(int64=2) %!d(string=hai) anos
pai
achega
e6735c8a97
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;