]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 16 Apr 2018 18:51:07 +0000 (21:51 +0300)
committerjl777 <[email protected]>
Mon, 16 Apr 2018 18:51:07 +0000 (21:51 +0300)
src/miner.cpp

index d60dea6a7fbee65f723d60885c013650ca270af1..bb07b5ebbf5497ddae10a9d403d937121f0b95fb 100644 (file)
@@ -658,7 +658,7 @@ static bool ProcessBlockFound(CBlock* pblock)
 }
 
 int32_t komodo_baseid(char *origbase);
-int32_t komodo_eligiblenotary(uint8_t pubkeys[66][33],int32_t *mids,int32_t *nonzpkeysp,int32_t height);
+int32_t komodo_eligiblenotary(uint8_t pubkeys[66][33],int32_t *mids,uint32_t blocktimes[66],int32_t *nonzpkeysp,int32_t height);
 arith_uint256 komodo_PoWtarget(int32_t *percPoSp,arith_uint256 target,int32_t height,int32_t goalperc);
 int32_t FOUND_BLOCK,KOMODO_MAYBEMINED;
 extern int32_t KOMODO_LASTMINED;
This page took 0.026867 seconds and 4 git commands to generate.