mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
validation: Mark g_chainman DEPRECATED
This commit is contained in:
parent
fa1d97b256
commit
fab6b9d18f
1 changed files with 1 additions and 0 deletions
|
@ -873,6 +873,7 @@ public:
|
|||
void Reset();
|
||||
};
|
||||
|
||||
/** DEPRECATED! Please use node.chainman instead. May only be used in validation.cpp internally */
|
||||
extern ChainstateManager g_chainman GUARDED_BY(::cs_main);
|
||||
|
||||
/** @returns the most-work valid chainstate. */
|
||||
|
|
Loading…
Reference in a new issue