mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: respect --p2p-secret-key argument (#2552)
This commit is contained in:
@ -54,7 +54,7 @@ pub struct Command {
|
||||
/// Secret key to use for this node.
|
||||
///
|
||||
/// This also will deterministically set the peer ID.
|
||||
#[arg(long, value_name = "PATH", global = true, required = false)]
|
||||
#[arg(long, value_name = "PATH")]
|
||||
p2p_secret_key: Option<PathBuf>,
|
||||
|
||||
/// Disable the discovery service.
|
||||
|
||||
Reference in New Issue
Block a user