diff options
| author | Jorge Timón <[email protected]> | 2015-04-19 23:48:25 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-05-27 16:01:07 +0200 |
| commit | e69734309c948bed697292a1c3b420d163e07fd3 (patch) | |
| tree | c5ee9dbbf886ce825e30e0441f26bdbac668065b /src/main.h | |
| parent | Merge pull request #5669 (diff) | |
| download | discoin-e69734309c948bed697292a1c3b420d163e07fd3.tar.xz discoin-e69734309c948bed697292a1c3b420d163e07fd3.zip | |
Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main:
-UndoWriteToDisk
-WriteBlockToDisk
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 4bd339804..9bf7bbb2f 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); |