Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,417 changes: 18 additions & 1,399 deletions src/api/handlers.rs

Large diffs are not rendered by default.

1,499 changes: 2 additions & 1,497 deletions src/api/tests.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/bin/node/pre_launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ mod test {
);
assert_eq!(config.node_type, expected_type);
}
}
}
4 changes: 2 additions & 2 deletions src/comms_handler/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum CommsError {
PeerListFull,
/// No such peer found.
PeerNotFound(PeerInfo),
/// No such peer found.in TLS mapping.
/// No such peer found in TLS mapping.
PeerNameNotFound(PeerInfo),
/// Peer is in invalid state.
PeerInvalidState(PeerInfo),
Expand Down Expand Up @@ -110,4 +110,4 @@ impl From<webpki::Error> for CommsError {
fn from(other: webpki::Error) -> Self {
Self::WebpkiError(other)
}
}
}
Loading
Loading