X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=c7784ccf651d6a70704048f43152f4d3dce266d1;hp=4992041d80d3848fa490161edfbf69b795ef8fd9;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hpb=2e8cbdc74596f09c70049966a4686c2a1507f200 diff --git a/src/main.h b/src/main.h index 4992041..c7784cc 100644 --- a/src/main.h +++ b/src/main.h @@ -54,12 +54,6 @@ static const unsigned int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 // Maximum number of script-checking threads allowed static const int MAX_SCRIPTCHECK_THREADS = 16; -#ifdef USE_UPNP -static const int fHaveUPnP = true; -#else -static const int fHaveUPnP = false; -#endif - static const uint256 hashGenesisBlock("0x00000a060336cbb72fe969666d337b87198b1add2abaa59cca226820b32933a4"); static const uint256 hashGenesisBlockTestNet("0x000c763e402f2436da9ed36c7286f62c3f6e5dbafce9ff289bd43d7459327eb");