Skip to content

Commit

Permalink
fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Apr 10, 2024
1 parent f52ded1 commit 64ac9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub async fn run_after_genesis<P: Preset>(
.store_directory
.clone()
.unwrap_or_default()
.join("sync"),
.join("beacon_fork_choice"),
db_size,
)?
};
Expand Down

0 comments on commit 64ac9bd

Please sign in to comment.