Test post 6000

This commit is contained in:
jl777
2018-07-09 08:20:08 -11:00
parent 3aac96a822
commit de7cb53f99

View File

@@ -1145,6 +1145,11 @@ uint32_t komodo_newstake(int32_t validateflag,arith_uint256 bnTarget,int32_t nHe
if ( blocktime < prevtime+60 )
blocktime = prevtime+60;
}
else
{
if ( blocktime < prevtime+30 )
blocktime = prevtime+30;
}
if ( value == 0 || txtime == 0 || blocktime == 0 || prevtime == 0 )
{
//fprintf(stderr,"komodo_stake null %.8f %u %u %u\n",dstr(value),txtime,blocktime,prevtime);