mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
@@ -154,7 +154,7 @@ mod tests {
|
||||
let pk5 = PublicKeyBytes::deserialize(&hex::decode(&PK5[2..]).unwrap()).unwrap();
|
||||
let pk6 = PublicKeyBytes::deserialize(&hex::decode(&PK6[2..]).unwrap()).unwrap();
|
||||
|
||||
let file_name = temp.into_path().join("graffiti.txt");
|
||||
let file_name = temp.keep().join("graffiti.txt");
|
||||
|
||||
let file = File::create(&file_name).unwrap();
|
||||
let mut graffiti_file = LineWriter::new(file);
|
||||
|
||||
Reference in New Issue
Block a user