Actually this is more optimized

This commit is contained in:
Duke Leto
2020-12-06 22:33:10 -05:00
parent fdf1ed1d0a
commit ca26e6d820

View File

@@ -19,8 +19,8 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
int timestamp = block.nTime;
bool ishush3 = strncmp(SMART_CHAIN_SYMBOL, "HUSH3",5) == 0 ? true : false;
// No valid ntz's before this height
if(ishush3 && (nHeight <= 340420)) {
// No valid ntz's before this height on HUSH3
if(ishush3 && (nHeight <= 350000)) {
return vNotarisations;
}