File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,14 +39,6 @@ static constexpr int64_t TIMESTAMP_WINDOW = MAX_FUTURE_BLOCK_TIME;
3939static constexpr int32_t SEQ_ID_BEST_CHAIN_FROM_DISK = 0 ;
4040static constexpr int32_t SEQ_ID_INIT_FROM_DISK = 1 ;
4141
42- /* *
43- * Maximum gap between node time and block time used
44- * for the "Catching up..." mode in GUI.
45- *
46- * Ref: https://github.com/bitcoin/bitcoin/pull/1026
47- */
48- static constexpr int64_t MAX_BLOCK_TIME_GAP = 90 * 60 ;
49-
5042enum BlockStatus : uint32_t {
5143 // ! Unused.
5244 BLOCK_VALID_UNKNOWN = 0 ,
Original file line number Diff line number Diff line change 7272#include < QWindow>
7373
7474
75+ /* *
76+ * Maximum gap between node time and block time used
77+ * for the "Catching up..." mode in GUI.
78+ *
79+ * Ref: https://github.com/bitcoin/bitcoin/pull/1026
80+ */
81+ static constexpr int64_t MAX_BLOCK_TIME_GAP = 90 * 60 ;
82+
7583const std::string BitcoinGUI::DEFAULT_UIPLATFORM =
7684#if defined(Q_OS_MACOS)
7785 " macosx"
You can’t perform that action at this time.
0 commit comments