]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Tue, 8 Nov 2016 20:20:26 +0000 (17:20 -0300)
committerjl777 <[email protected]>
Tue, 8 Nov 2016 20:20:26 +0000 (17:20 -0300)
src/komodo_gateway.h
src/miner.cpp

index 09906c0b00c5ea48c65f153111a3df1d131945ac..cd721000cf07f1babd0e3047d248201bb8ab8088 100644 (file)
@@ -273,6 +273,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
                             for (j=0; j<32; j++)
                                 printf("%02x",((uint8_t *)&hash)[j]);
                             printf(" ht.%d blockhash couldnt find vout.[%d]\n",height,i);
+                            // validate amount!
                         }
                     }
                 }
@@ -284,6 +285,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
                         for (j=0; j<32; j++)
                             printf("%02x",((uint8_t *)&txids[i-1])[j]);
                         printf(" cant paxfind txid\n");
+                        // validate amount!
                     } else if ( opcode == 'I' )
                         matched++;
                 }
index 8c192e3c278263749bd6554d048a703fcd061a0a..b7af64164b531b7549b333d9f76e00033b41c8bd 100644 (file)
@@ -435,7 +435,7 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int&
 //
 // Internal miner
 //
-#define ROUNDROBIN_DELAY 10
+#define ROUNDROBIN_DELAY 22
 extern int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,ASSETCHAIN_INIT,KOMODO_INITDONE;
 extern std::string NOTARY_PUBKEY;
 extern uint8_t NOTARY_PUBKEY33[33];
This page took 0.028977 seconds and 4 git commands to generate.