We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d821e commit 397fe1eCopy full SHA for 397fe1e
p2p/src/message_network.rs
@@ -322,7 +322,7 @@ impl Alert {
322
pub fn final_alert() -> Self { Self(Self::FINAL_ALERT.into()) }
323
324
/// The final alert advertised by Bitcoin Core. This alert is sent if the advertised protocol
325
- /// version is vulnerable to the alert-system vulerablities.
+ /// version is vulnerable to the alert-system vulnerabilities.
326
pub fn is_final_alert(&self) -> bool { self.0.eq(&Self::FINAL_ALERT) }
327
}
328
0 commit comments