Skip to content

Commit

Permalink
add unsafe force node key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Oct 31, 2024
1 parent e39cbcf commit f8a87fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/testing-utils/src/node_proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ impl TestNodeProcessBuilder {
{
let mut cmd = process::Command::new(&self.node_path);
cmd.env("RUST_LOG", "error").arg(&self.chain_type).arg("--tmp");
cmd.arg("--unsafe-force-node-key-generation");
if self.force_authoring {
cmd.arg("--force-authoring");
}
Expand Down

0 comments on commit f8a87fd

Please sign in to comment.