Uses hex for the hash in accounts hash cache file names (#33196)

This commit is contained in:
Brooks 2023-09-12 11:26:08 -04:00 committed by GitHub
parent c61ee20b44
commit 21e7f98b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7262,7 +7262,7 @@ impl AccountsDb {
// so, build a file name:
let hash = hasher.finish();
let file_name = format!(
"{}.{}.{}.{}.{}",
"{}.{}.{}.{}.{:016x}",
range_this_chunk.start,
range_this_chunk.end,
bin_range.start,