diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-29 10:30:03 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-29 20:28:47 -0400 |
commit | fa0dfdf447d5b84a1849dc823d8508463600136a (patch) | |
tree | 98276aaab436fa0a748d26ab0a9b893b56607b5e /src/validation.h | |
parent | 8edfc1715a02cbaf52420d3c4e71f67ff9af0b41 (diff) |
refactor: Remove confusing BlockIndex global
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/validation.h b/src/validation.h index 58383ad923..a148dacb7c 100644 --- a/src/validation.h +++ b/src/validation.h @@ -886,9 +886,6 @@ CChainState& ChainstateActive(); /** Please prefer the identical ChainstateManager::ActiveChain */ CChain& ChainActive(); -/** Please prefer the identical ChainstateManager::BlockIndex */ -BlockMap& BlockIndex(); - /** Global variable that points to the active block tree (protected by cs_main) */ extern std::unique_ptr<CBlockTreeDB> pblocktree; |