Skip to content

Commit a819599

Browse files
author
Clément Turmel
committed
refactoring(client-lib): improve function comment
1 parent 8c183f5 commit a819599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithril-client/src/message.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ impl MessageBuilder {
236236
}
237237

238238
/// Compute message for a Cardano database.
239+
///
240+
/// This function first lists missing immutables files (if `allow_missing` is false)
241+
/// then computes the digests for the given range and finally computes the Merkle proof.
239242
pub async fn compute_cardano_database_message(
240243
&self,
241244
certificate: &CertificateMessage,

0 commit comments

Comments
 (0)