diff --git a/src/validation.h b/src/validation.h index 4fc46439cc..d457f1ac65 100644 --- a/src/validation.h +++ b/src/validation.h @@ -109,6 +109,7 @@ extern RecursiveMutex cs_main; typedef std::unordered_map BlockMap; extern Mutex g_best_block_mutex; extern std::condition_variable g_best_block_cv; +/** Used to notify getblocktemplate RPC of new tips. */ extern uint256 g_best_block; /** Whether there are dedicated script-checking threads running. * False indicates all script checking is done on the main threadMessageHandler thread.