diff options
author | Lawrence Nahum <lawrence@greenaddress.it> | 2017-08-21 13:22:23 +0200 |
---|---|---|
committer | Lawrence Nahum <lawrence@greenaddress.it> | 2017-09-06 09:25:00 +0200 |
commit | 467cbbcbfc8876ae0955aaf82f2af83c352ad27f (patch) | |
tree | e7d717271b2f5d6fcd6350cce74607c6ee513a6e /src/validation.h | |
parent | 6866b4912b8013ed748d12250209f7079a3c92e6 (diff) |
Add return value to DumpMempool
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index d0f6cdc135..d7f7b99ef8 100644 --- a/src/validation.h +++ b/src/validation.h @@ -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(); |