We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4051d commit 665072aCopy full SHA for 665072a
src/validation.h
@@ -109,6 +109,7 @@ extern RecursiveMutex cs_main;
109
typedef std::unordered_map<uint256, CBlockIndex*, BlockHasher> BlockMap;
110
extern Mutex g_best_block_mutex;
111
extern std::condition_variable g_best_block_cv;
112
+/** Used to notify getblocktemplate RPC of new tips. */
113
extern uint256 g_best_block;
114
/** Whether there are dedicated script-checking threads running.
115
* False indicates all script checking is done on the main threadMessageHandler thread.
0 commit comments