File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
mithril-client/tests/extensions
mithril-common/src/messages Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ mod proof {
176
176
ProtocolMessagePartKey :: CardanoTransactionsMerkleRoot ,
177
177
proof. root ( ) . to_hex ( ) ,
178
178
) ;
179
+ cert. protocol_message . set_message_part (
180
+ ProtocolMessagePartKey :: LatestImmutableFileNumber ,
181
+ 9999 . to_string ( ) ,
182
+ ) ;
179
183
cert. signed_message = cert. protocol_message . compute_hash ( ) ;
180
184
cert
181
185
} ;
Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ impl VerifiedCardanoTransactions {
74
74
ProtocolMessagePartKey :: CardanoTransactionsMerkleRoot ,
75
75
self . merkle_root . clone ( ) ,
76
76
) ;
77
+ // TODO: uncommment once tests are created.
78
+ // message.set_message_part(
79
+ // ProtocolMessagePartKey::LatestImmutableFileNumber,
80
+ // self.latest_immutable_file_number.to_string(),
81
+ // );
77
82
}
78
83
}
79
84
You can’t perform that action at this time.
0 commit comments