Skip to content

Commit

Permalink
chore: make first argument public
Browse files Browse the repository at this point in the history
This needs to be publicly accessible for applications like the node manager to be able to check if
`--first` has been used.
  • Loading branch information
jacderida committed Jan 11, 2024
1 parent 7fe0ed5 commit 98160cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_peers_acquisition/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub struct PeersArgs {
/// If this argument is used, any others will be ignored because they do not apply to the first
/// node.
#[clap(long)]
first: bool,
pub first: bool,
/// Peer(s) to use for bootstrap, in a 'multiaddr' format containing the peer ID.
///
/// A multiaddr looks like
Expand Down

0 comments on commit 98160cd

Please sign in to comment.