Commit ffaa438 1 parent 1469533 commit ffaa438 Copy full SHA for ffaa438
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#define BITCOIN_LEVELDB_H
9
9
10
10
#include " main.h"
11
- #include " bignum.h"
12
- #include < leveldb/include/leveldb/write_batch.h>
13
- #include < leveldb/include/leveldb/db.h>
14
- #include " script.h"
15
11
#include " base58.h"
12
+ #include < leveldb/db.h>
13
+ #include < leveldb/write_batch.h>
16
14
17
15
#include < map>
18
16
#include < string>
@@ -206,6 +204,8 @@ class CTxDB
206
204
bool WriteSyncCheckpoint (uint256 hashCheckpoint);
207
205
bool ReadCheckpointPubKey (std::string& strPubKey);
208
206
bool WriteCheckpointPubKey (const std::string& strPubKey);
207
+ bool ReadModifierUpgradeTime (unsigned int & nUpgradeTime);
208
+ bool WriteModifierUpgradeTime (const unsigned int & nUpgradeTime);
209
209
bool LoadBlockIndex ();
210
210
private:
211
211
bool LoadBlockIndexGuts ();
You can’t perform that action at this time.
0 commit comments