Allow shutdown during LoadMempool, dump only when necessary

This commit is contained in:
Jonas Schnelli
2016-12-22 20:11:26 +01:00
parent 041331e1da
commit 9479f8dfcf
2 changed files with 6 additions and 1 deletions

View File

@@ -4076,6 +4076,8 @@ bool LoadMempool(void)
} else {
++skipped;
}
if (ShutdownRequested())
return false;
}
std::map<uint256, CAmount> mapDeltas;
file >> mapDeltas;