Skip to content

Commit 82d930d

Browse files
committed
update version
1 parent 608f9a1 commit 82d930d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.107"
3+
version = "0.2.108"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-common/src/messages/message_parts/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl SignerWithStakeMessagePart {
8080
.transpose()
8181
.with_context(|| {
8282
format!(
83-
"Error while parsinh operational certificate message, party_id = '{}'.",
83+
"Error while parsing operational certificate message, party_id = '{}'.",
8484
message.party_id
8585
)
8686
})?;

0 commit comments

Comments
 (0)