diff --git a/_posts/2023-04-19-#27039.md b/_posts/2023-04-19-#27039.md index cb4409ff..078aa93d 100644 --- a/_posts/2023-04-19-#27039.md +++ b/_posts/2023-04-19-#27039.md @@ -6,7 +6,7 @@ pr: 27039 authors: [pinheadmz] components: ["block storage"] host: stickies-v -status: upcoming +status: past commit: 93c70287a --- @@ -51,9 +51,223 @@ commit: 93c70287a 1. In [`BlockManager::FlushBlockFile()`](https://github.com/bitcoin-core-review-club/bitcoin/blob/93c70287a6434c6c665a211dc4dfbbd9c3db4083/src/node/blockstorage.cpp#L558), why do we always flush the undo file *except* for when we're finalizing the block file (and we're not finalizing the undo file)? -