Decouple CBlockUndo from CDiskBlockPos

This commit is contained in:
jtimon
2014-10-27 14:35:52 +01:00
committed by jtimon
parent d7621ccf9d
commit e035c6a737
2 changed files with 16 additions and 18 deletions

View File

@@ -314,9 +314,6 @@ public:
inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) {
READWRITE(vtxundo);
}
bool WriteToDisk(CDiskBlockPos &pos, const uint256 &hashBlock);
bool ReadFromDisk(const CDiskBlockPos &pos, const uint256 &hashBlock);
};