Merge 5aa0c82ccd into merged_master (Bitcoin PR bitcoin/bitcoin#25325)

This commit is contained in:
Byron Hambly 2025-05-02 14:32:29 +02:00
commit 0c1e24ab17
17 changed files with 1013 additions and 29 deletions

View file

@ -5405,7 +5405,6 @@ bool Chainstate::ResizeCoinsCaches(size_t coinstip_size, size_t coinsdb_size)
} else {
// Otherwise, flush state to disk and deallocate the in-memory coins map.
ret = FlushStateToDisk(state, FlushStateMode::ALWAYS);
CoinsTip().ReallocateCache();
}
return ret;
}