This commit is contained in:
jl777
2017-03-19 20:49:35 +02:00
parent 717dfab69b
commit 147b3b5ab7

View File

@@ -738,7 +738,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
// 7b6e26d9ffbb7cc1b71185c38906b71632324d1c9df3a2596d09e1353a714c27 1338
if ( baseid == USD )
{
if ( (height < 4000 && (opretlen == 39 || opretlen == 141 || opretlen == 107 || opretlen == 48897 || opretlen == 9474)) || (height <= 2200 || height == 3282 || height == 3328 || height == 3468) )
if ( baseid == USD && (height <= 2000 || height == 3282 || height == 3328 || height == 3468) )
return(0);
}
}