|
|
|
@ -285,7 +285,6 @@ public:
|
|
|
|
|
bool ReadDiskTx(COutPoint outpoint, CTransaction& tx, CTxIndex& txindex);
|
|
|
|
|
bool ReadDiskTx(COutPoint outpoint, CTransaction& tx);
|
|
|
|
|
bool WriteBlockIndex(const CDiskBlockIndex& blockindex);
|
|
|
|
|
bool EraseBlockIndex(uint256 hash);
|
|
|
|
|
bool ReadHashBestChain(uint256& hashBestChain);
|
|
|
|
|
bool WriteHashBestChain(uint256 hashBestChain);
|
|
|
|
|
bool ReadBestInvalidWork(CBigNum& bnBestInvalidWork);
|
|
|
|
|