File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pub enum ProtocolMessagePartKey {
19
19
#[ serde( rename = "next_aggregate_verification_key" ) ]
20
20
NextAggregateVerificationKey ,
21
21
22
- /// Latest immutable file number associated to the Cardano Transactions
22
+ /// The ProtocolMessage part key associated to the latest immutable file number signed
23
23
#[ serde( rename = "latest_immutable_file_number" ) ]
24
24
LatestImmutableFileNumber ,
25
25
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub struct CardanoTransactionsProofsMessage {
25
25
/// Transactions that could not be certified
26
26
pub non_certified_transactions : Vec < TransactionHash > ,
27
27
28
- /// Latest immutable file number associated to the Cardano Transactions
28
+ /// Latest immutable file number that has been certified
29
29
pub latest_immutable_file_number : u64 ,
30
30
}
31
31
You can’t perform that action at this time.
0 commit comments