Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 2, 2024
1 parent 7c4c57f commit 60f65c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ciphernode/enclave/src/commands/net/purge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pub async fn execute(config: &AppConfig) -> Result<()> {
let bus = EventBus::new(true).start();
let repositories = get_repositories(&config, &bus)?;
repositories.libp2pid().clear();
println!("Peer ID has been purged. A new peer will be generated upon restart.");
println!("Peer ID has been purged. A new Peer ID will be generated upon restart.");
Ok(())
}

0 comments on commit 60f65c9

Please sign in to comment.