Add return value to DumpMempool

This commit is contained in:
Lawrence Nahum
2017-08-21 13:22:23 +02:00
parent 6866b4912b
commit 467cbbcbfc
2 changed files with 5 additions and 3 deletions

View File

@@ -475,7 +475,7 @@ static const unsigned int REJECT_HIGHFEE = 0x100;
CBlockFileInfo* GetBlockFileInfo(size_t n);
/** Dump the mempool to disk. */
void DumpMempool();
bool DumpMempool();
/** Load the mempool from disk. */
bool LoadMempool();