From 7f7876d2084daebc89b1914c870fa407c4fbef4e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 16 Jun 2020 12:25:47 -0400 Subject: [PATCH] oops --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f0bc7793a..317be206d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -115,7 +115,6 @@ bool fAlerts = DEFAULT_ALERTS; */ int64_t nMaxTipAge = DEFAULT_MAX_TIP_AGE; bool ishush3 = strncmp(ASSETCHAINS_SYMBOL, "HUSH3",5) == 0 ? true : false; -const uint32_t 340000 = GetArg("-z2zforkheight",340000); unsigned int expiryDelta = DEFAULT_TX_EXPIRY_DELTA; extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];