mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-08 03:33:32 +01:00
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
325e400[Qt] Do proper shutdown (Jonas Schnelli)9479f8dAllow shutdown during LoadMempool, dump only when necessary (Jonas Schnelli)
This commit is contained in:
@@ -4099,6 +4099,8 @@ bool LoadMempool(void)
|
||||
} else {
|
||||
++skipped;
|
||||
}
|
||||
if (ShutdownRequested())
|
||||
return false;
|
||||
}
|
||||
std::map<uint256, CAmount> mapDeltas;
|
||||
file >> mapDeltas;
|
||||
|
||||
Reference in New Issue
Block a user