mirror of
https://github.com/monero-project/monero.git
synced 2025-03-13 01:46:38 -04:00

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.
epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.