CHT key optimization
This commit is contained in:
parent
0f65779d29
commit
0d8a2c8c44
@ -119,7 +119,7 @@ impl Decodable for Entry {
|
||||
}
|
||||
|
||||
fn cht_key(number: u64) -> String {
|
||||
format!("canonical_{}", number)
|
||||
format!("{:08x}_canonical", number)
|
||||
}
|
||||
|
||||
fn era_key(number: u64) -> String {
|
||||
|
Loading…
Reference in New Issue
Block a user