This commit is contained in:
jl777
2018-04-06 12:40:00 +03:00
parent acb93848cd
commit 88d4a95ae7
3 changed files with 36 additions and 25 deletions

View File

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