| 926 | CChainState& ActiveChainstate() const; |
| 927 | CChain& ActiveChain() const { return ActiveChainstate().m_chain; } |
| 928 | int ActiveHeight() const { return ActiveChain().Height(); } |
| 929 | CBlockIndex* ActiveTip() const { return ActiveChain().Tip(); } |
| 930 | |
| 931 | node::BlockMap& BlockIndex() EXCLUSIVE_LOCKS_REQUIRED(::cs_main) |