- 67B6643036F41A20FEE9D90D36EE22EEC8B153BAD6EFB2342C3AD887523385F089945FDAC74E73C5973D04AE1C748BCA15B3D7F5B9D1243B8F87A4E6BDA5F3C2
+ 110908F2C5982131591B43888D7F087848746914E5AEBF96E1809219E9C073FCF4665695E3ACFD85ED1AD2126B452749273BC70AF0536A773B08A1D55575012D
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