Skip to content

Commit

Permalink
Made Node public crate (iotaledger#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
melatron authored May 18, 2021
1 parent 98dad97 commit dd43a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota-client/src/node_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DEFAULT_QUORUM_THRESHOLD: usize = 66;

/// Node struct
#[derive(Debug, Clone, Eq, PartialEq, Hash)]
pub struct Node {
pub(crate) struct Node {
pub(crate) url: Url,
pub(crate) jwt: Option<String>,
}
Expand Down

0 comments on commit dd43a29

Please sign in to comment.