Skip to content

Commit

Permalink
Update txdb-leveldb.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Apr 6, 2024
1 parent 1469533 commit ffaa438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/txdb-leveldb.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
#define BITCOIN_LEVELDB_H

#include "main.h"
#include "bignum.h"
#include <leveldb/include/leveldb/write_batch.h>
#include <leveldb/include/leveldb/db.h>
#include "script.h"
#include "base58.h"
#include <leveldb/db.h>
#include <leveldb/write_batch.h>

#include <map>
#include <string>
Expand Down Expand Up @@ -206,6 +204,8 @@ class CTxDB
bool WriteSyncCheckpoint(uint256 hashCheckpoint);
bool ReadCheckpointPubKey(std::string& strPubKey);
bool WriteCheckpointPubKey(const std::string& strPubKey);
bool ReadModifierUpgradeTime(unsigned int& nUpgradeTime);
bool WriteModifierUpgradeTime(const unsigned int& nUpgradeTime);
bool LoadBlockIndex();
private:
bool LoadBlockIndexGuts();
Expand Down

0 comments on commit ffaa438

Please sign in to comment.