refactor: Rename fs::path::u8string() to fs::path::utf8string()

This commit is contained in:
MarcoFalke
2023-12-14 13:23:32 +01:00
parent 856c88776f
commit 6666713041
10 changed files with 29 additions and 23 deletions

View File

@@ -806,7 +806,7 @@ static RPCHelpMan savemempool()
}
UniValue ret(UniValue::VOBJ);
ret.pushKV("filename", dump_path.u8string());
ret.pushKV("filename", dump_path.utf8string());
return ret;
},