Skip to content

Commit

Permalink
docs: add a comment explaining how timestamp check works
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Mar 11, 2024
1 parent 25e0a3d commit 3b99cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_core/src/tap_receipt/checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl Check for TimestampCheck {
}
}

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

impl CheckBatch for BatchTimestampCheck {
Expand Down

0 comments on commit 3b99cd9

Please sign in to comment.