mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-23 14:10:15 +01:00
refactor: Rename fs::path::u8string() to fs::path::utf8string()
This commit is contained in:
@@ -243,7 +243,7 @@ static RPCHelpMan getrpcinfo()
|
||||
UniValue result(UniValue::VOBJ);
|
||||
result.pushKV("active_commands", active_commands);
|
||||
|
||||
const std::string path = LogInstance().m_file_path.u8string();
|
||||
const std::string path = LogInstance().m_file_path.utf8string();
|
||||
UniValue log_path(UniValue::VSTR, path);
|
||||
result.pushKV("logpath", log_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user