Selaa lähdekoodia

hunting down source of HBC issue

Stan Gurtler 2 vuotta sitten
vanhempi
commit
e6735c8a97
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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;