diff options
| author | Jeff Garzik <[email protected]> | 2012-05-23 00:17:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-23 00:17:07 -0400 |
| commit | 9ac282ca0cf841435cfdd0fc3b9f018a5a5cbfc1 (patch) | |
| tree | 80c82e7e036733852645ee1b0145d00050a073fb /src/db.h | |
| parent | CDBEnv: fix qt build (diff) | |
| download | discoin-9ac282ca0cf841435cfdd0fc3b9f018a5a5cbfc1.tar.xz discoin-9ac282ca0cf841435cfdd0fc3b9f018a5a5cbfc1.zip | |
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(); }; |