iamamyth 978f1d7d41 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-06 10:38:12 -08:00
..
2025-01-06 10:38:12 -08:00
2025-01-06 10:38:12 -08:00
2024-05-21 16:29:33 +00:00
2015-01-02 18:52:46 +02:00
2024-04-20 19:17:46 +08:00

epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.