mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
@@ -388,6 +388,7 @@ pub fn inspect_db<E: EthSpec>(
|
||||
|
||||
let write_result = fs::OpenOptions::new()
|
||||
.create(true)
|
||||
.truncate(true)
|
||||
.write(true)
|
||||
.open(&file_path)
|
||||
.map_err(|e| format!("Failed to open file: {:?}", e))
|
||||
|
||||
Reference in New Issue
Block a user