mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-11 06:22:53 +02:00
Use std::filesystem::rename() instead of std::rename(). We rely on the destination to be overwritten if it exists, but std::rename()'s behavior is implementation-defined in this case.