test
This commit is contained in:
@@ -453,7 +453,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to
|
|||||||
pax->validated = pax->komodoshis; //kmdsp->NOTARIZED_HEIGHT;
|
pax->validated = pax->komodoshis; //kmdsp->NOTARIZED_HEIGHT;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
if ( pax_fiatstatus(&available,&deposited,&issued,&withdrawn,&approved,&redeemed,symbol) != 0 || available < pax->fiatoshis )
|
if ( strcmp(symbol,"KMD") != 0 && pax_fiatstatus(&available,&deposited,&issued,&withdrawn,&approved,&redeemed,symbol) != 0 || available < pax->fiatoshis )
|
||||||
{
|
{
|
||||||
printf("miner: skip %s %.8f when avail %.8f\n",symbol,dstr(pax->fiatoshis),dstr(available));
|
printf("miner: skip %s %.8f when avail %.8f\n",symbol,dstr(pax->fiatoshis),dstr(available));
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in
|
|||||||
}*/
|
}*/
|
||||||
if ( notaryid >= 0 )
|
if ( notaryid >= 0 )
|
||||||
{
|
{
|
||||||
if ( height < 80000 && (special != 0 || special2 > 0) )
|
if ( height > 10000 && height < 80000 && (special != 0 || special2 > 0) )
|
||||||
flag = 1;
|
flag = 1;
|
||||||
else if ( height >= 80000 && height < 108000 && special2 > 0 )
|
else if ( height >= 80000 && height < 108000 && special2 > 0 )
|
||||||
flag = 1;
|
flag = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user