Skip to content

Commit

Permalink
pd: fix typo in join command
Browse files Browse the repository at this point in the history
Signed-off-by: Romashka  <[email protected]>
  • Loading branch information
romashka-btc authored Dec 24, 2024
1 parent 2248e21 commit 782198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pd/src/network/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ pub async fn unpack_state_archive(

// If the archive we consumed was generated via `pd migrate`, then it will contain
// a new genesis file and priv_validator_state.json, both of which should be applied
// over the generted cometbft config files. If the archive was generated via `pd export`,
// over the generated cometbft config files. If the archive was generated via `pd export`,
// then those extra files will be missing, and only rocksdb data will be present.
let new_genesis = pd_home.join("genesis.json");
let new_val_state = pd_home.join("priv_validator_state.json");
Expand Down

0 comments on commit 782198b

Please sign in to comment.