From 86ea1a4fed6735cbc221ae2403bfd1018141f679 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 7 Dec 2020 08:41:26 -0500 Subject: [PATCH] Let's be real yo --- src/notarizationdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notarizationdb.cpp b/src/notarizationdb.cpp index 44b20efb6..569f7b633 100644 --- a/src/notarizationdb.cpp +++ b/src/notarizationdb.cpp @@ -20,7 +20,7 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight) bool ishush3 = strncmp(SMART_CHAIN_SYMBOL, "HUSH3",5) == 0 ? true : false; // No valid ntz's before this height on HUSH3 - if(ishush3 && (nHeight <= 350000)) { + if(ishush3 && (nHeight <= 360000)) { return vNotarisations; }