mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
doc: add comment for g_best_block
This commit is contained in:
parent
ac4051d891
commit
665072a36d
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ extern RecursiveMutex cs_main;
|
|||
typedef std::unordered_map<uint256, CBlockIndex*, BlockHasher> 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.
|
||||
|
|
Loading…
Reference in a new issue