aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-04-19 23:48:25 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-05-27 16:01:07 +0200
commite69734309c948bed697292a1c3b420d163e07fd3 (patch)
treec5ee9dbbf886ce825e30e0441f26bdbac668065b /src/main.h
parentc7c9af381cacd76fa5190dad5a8a537eb3aa6b70 (diff)
downloadbitcoin-e69734309c948bed697292a1c3b420d163e07fd3.tar.xz
Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main:
-UndoWriteToDisk -WriteBlockToDisk
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 4bd339804e..9bf7bbb2f8 100644
--- a/src/main.h
+++ b/src/main.h
@@ -362,7 +362,7 @@ public:
/** Functions for disk access for blocks */
-bool WriteBlockToDisk(CBlock& block, CDiskBlockPos& pos);
+bool WriteBlockToDisk(CBlock& block, CDiskBlockPos& pos, const CMessageHeader::MessageStartChars& messageStart);
bool ReadBlockFromDisk(CBlock& block, const CDiskBlockPos& pos);
bool ReadBlockFromDisk(CBlock& block, const CBlockIndex* pindex);