Files
bitcoin/src/util/system.cpp
Vasil Dimov ee822d85d6 util: use stronger-guarantee rename method
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.
2022-02-10 08:16:05 +00:00

45 KiB