This commit is contained in:
jl777
2018-04-06 12:45:36 +03:00
parent bd08718ae8
commit 54ecb7e4e6
2 changed files with 15 additions and 20 deletions

View File

@@ -714,6 +714,8 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
else if ( block.nBits == KOMODO_MINDIFF_NBITS && total > 0 )
{
fprintf(stderr,"notary mined ht.%d with extra %.8f\n",height,dstr(total));
if ( height > KOMODO_NOTARIES_HEIGHT1 )
return(-1);
}
}
else