Skip to content

Commit 3b99cd9

Browse files
committed
docs: add a comment explaining how timestamp check works
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 25e0a3d commit 3b99cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_core/src/tap_receipt/checks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ impl Check for TimestampCheck {
7878
}
7979
}
8080

81+
/// Timestamp Check verifies if the receipt is **greater or equal** than the minimum timestamp provided.
8182
pub struct BatchTimestampCheck(pub u64);
8283

8384
impl CheckBatch for BatchTimestampCheck {

0 commit comments

Comments
 (0)