iamamyth 36c5987156 Fix get_database_size on Windows
Replace all calls to epee::file_io::get_file_size with
boost::filesystem::file_size in order to avoid lossy conversions from
paths to strings, which tend to break filename resolution. This commit
fixes a bug on Windows where the get_info RPC call reported a zero
database size because BlockchainLMBD::get_database_size returned zero.
2025-01-14 13:26:39 -08:00
..
2024-12-17 17:34:16 +01:00
2025-01-14 13:26:39 -08:00
2024-07-22 14:23:40 +02:00
2022-03-04 06:59:20 +01:00