]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Tue, 10 Apr 2018 14:09:15 +0000 (17:09 +0300)
committerjl777 <[email protected]>
Tue, 10 Apr 2018 14:09:15 +0000 (17:09 +0300)
src/miner.cpp

index e29ec3e08bf5fc5dab526d199fcae0635b86c5aa..e4991515eccfcef11d293b2c0b924275af739826 100644 (file)
@@ -858,7 +858,7 @@ void static BitcoinMiner()
             if ( ASSETCHAINS_STAKED != 0 && NOTARY_PUBKEY33[0] == 0 )
             {
                 int32_t percPoS,z;
-                haskTarget = komodo_PoWtarget(&percPoS,haskTarget,pblock->nHeight,ASSETCHAINS_STAKED);
+                hashTarget = komodo_PoWtarget(&percPoS,haskTarget,Mining_height,ASSETCHAINS_STAKED);
                 for (z=31; z>=0; z--)
                     fprintf(stderr,"%02x",((uint8_t *)&hashTarget)[z]);
                 fprintf(stderr," PoW for staked coin\n");
This page took 0.025899 seconds and 4 git commands to generate.