Skip to content

Commit

Permalink
revert change in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Mar 14, 2024
1 parent 48b864a commit c28460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrate-imported.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn update_runtime_toml(path: &Path) {
let toml = std::fs::read_to_string(&path).expect("cannot open runtime toml file");
let mut toml = toml.parse::<Document>().expect("invalid runtime toml file");

println!("- Enabling X feature in {}", path.display());
println!("- Enabling evm-tracing feature in {}", path.display());
let Some(Item::Table(features)) = toml.get_mut("features") else {
panic!("cannot get features table");
};
Expand Down

0 comments on commit c28460e

Please sign in to comment.