diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-23 00:17:07 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-23 00:17:07 -0400 |
commit | 9ac282ca0cf841435cfdd0fc3b9f018a5a5cbfc1 (patch) | |
tree | 80c82e7e036733852645ee1b0145d00050a073fb /src/db.h | |
parent | f9189543bf4bdb099bc8b428d54226bd1050e1b0 (diff) |
Refactor: add IsChainFile helper. LoadBlockIndex() code movement.
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -318,6 +318,8 @@ public: bool ReadBestInvalidWork(CBigNum& bnBestInvalidWork); bool WriteBestInvalidWork(CBigNum bnBestInvalidWork); bool LoadBlockIndex(); +private: + bool LoadBlockIndexGuts(); }; |