Skip to content

Commit

Permalink
fix: fix typo Update node.rs (#3176)
Browse files Browse the repository at this point in the history
## Motivation

I noticed a typo in the word "ceritifcates" and corrected it to
"certificates".

Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com>
  • Loading branch information
mdqst authored Jan 26, 2025
1 parent 1895dc5 commit 7323f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-core/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub enum NodeError {
#[error("We don't have the value for the certificate.")]
MissingCertificateValue,

#[error("Response doesn't contain requested ceritifcates: {0:?}")]
#[error("Response doesn't contain requested certificates: {0:?}")]
MissingCertificates(Vec<CryptoHash>),

#[error("Validator's response to block proposal failed to include a vote")]
Expand Down

1 comment on commit 7323f10

@Suntree8261

This comment was marked as spam.

Please sign in to comment.