This commit is contained in:
jl777
2017-03-20 23:14:05 +02:00
parent 8f2acb176e
commit e862063a6e

View File

@@ -739,7 +739,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
while ( KOMODO_PASSPORT_INITDONE == 0 )
komodo_passport_iteration();
// grandfathering preexisting
if ( height < 300 )
if ( height < 500 )
return(0);
if ( baseid == USD ) // 6820 in balance calcs
{