aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-27 14:35:52 +0100
committerjtimon <[email protected]>2014-12-27 16:01:31 +0100
commite035c6a7371027fe33c460ee2d0946a7f1e4e592 (patch)
tree3e3a4c424b616ae694966fc8ab6bb9d0f23ded1f /src/main.h
parentDecouple miner.o and txmempool.o from CTxUndo (diff)
downloaddiscoin-e035c6a7371027fe33c460ee2d0946a7f1e4e592.tar.xz
discoin-e035c6a7371027fe33c460ee2d0946a7f1e4e592.zip
Decouple CBlockUndo from CDiskBlockPos
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index e38b413be..7d6c293a3 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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);
};