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 608f9a1 commit 82d930dCopy full SHA for 82d930d
mithril-common/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mithril-common"
3
-version = "0.2.107"
+version = "0.2.108"
4
authors = { workspace = true }
5
edition = { workspace = true }
6
documentation = { workspace = true }
mithril-common/src/messages/message_parts/signer.rs
@@ -80,7 +80,7 @@ impl SignerWithStakeMessagePart {
80
.transpose()
81
.with_context(|| {
82
format!(
83
- "Error while parsinh operational certificate message, party_id = '{}'.",
+ "Error while parsing operational certificate message, party_id = '{}'.",
84
message.party_id
85
)
86
})?;
0 commit comments