Skip to content

Commit 411e091

Browse files
committed
Reword comments
1 parent b59fe7f commit 411e091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/src/entities/protocol_message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub enum ProtocolMessagePartKey {
1919
#[serde(rename = "next_aggregate_verification_key")]
2020
NextAggregateVerificationKey,
2121

22-
/// Latest immutable file number associated to the Cardano Transactions
22+
/// The ProtocolMessage part key associated to the latest immutable file number signed
2323
#[serde(rename = "latest_immutable_file_number")]
2424
LatestImmutableFileNumber,
2525
}

mithril-common/src/messages/cardano_transactions_proof.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct CardanoTransactionsProofsMessage {
2525
/// Transactions that could not be certified
2626
pub non_certified_transactions: Vec<TransactionHash>,
2727

28-
/// Latest immutable file number associated to the Cardano Transactions
28+
/// Latest immutable file number that has been certified
2929
pub latest_immutable_file_number: u64,
3030
}
3131

0 commit comments

Comments
 (0)