]> Git Repo - VerusCoin.git/blobdiff - src/pbaas/pbaas.cpp
Update memory pool and block checks
[VerusCoin.git] / src / pbaas / pbaas.cpp
index ad661ca6a851ed4256cc84bf21873a84238b4f9b..e46011663807b425e4dfc9fd90326f3da790c624 100644 (file)
@@ -1003,8 +1003,7 @@ void CConnectedChains::SubmissionThread()
                     {
                         printf("SubmissionThread: testing notarization\n");
 
-                        //uint256 txId = CreateAcceptedNotarization(blk, txIndex, height);
-                        uint256 txId;
+                        uint256 txId = CreateAcceptedNotarization(blk, txIndex, height);
 
                         if (!txId.IsNull())
                         {
This page took 0.024005 seconds and 4 git commands to generate.