- 06542E40FA8B01BBFE6964E46B6FFDF605E42F2DAAD2A14A64C3D70FD72A3ADDA5ADE3ADAE4D5016397F2C98249583D9B72462FF66E7EA4704E20083A639094A
+ 57C05AEA806DFB1E168FDCBF670B99CDCCBBAE072142CB62A946A309E77DE15ABC7661F24F82291A80AE578951FD009BB1560DD4DD756AD17D84E8089089E45B
bitcoin/src/main.h
(40 . 11)(40 . 6)
78 static const int COINBASE_MATURITY = 100;
79 // Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp.
80 static const int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 1985 UTC
81 #ifdef USE_UPNP
82 static const int fHaveUPnP = true;
83 #else
84 static const int fHaveUPnP = false;
85 #endif
86
87
88
(74 . 7)(69 . 6)
90 extern int nLimitProcessors;
91 extern int fMinimizeToTray;
92 extern int fMinimizeOnClose;
93 extern int fUseUPnP;
94
95
96