mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 20:35:17 +02:00
refactor: Rename fs::path::u8string() to fs::path::utf8string()
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user