From af7920c8e9405ea0e7591907555edad3a19688c8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Jul 2025 14:06:41 +0100 Subject: edit req-030 --- requirements/catalogue/req-030.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements/catalogue') diff --git a/requirements/catalogue/req-030.md b/requirements/catalogue/req-030.md index 38961be..09286df 100644 --- a/requirements/catalogue/req-030.md +++ b/requirements/catalogue/req-030.md @@ -38,7 +38,7 @@ Inputs: 8. If there is no transaction with the ID, `transaction_id`, then return FALSE. 9. Let `transaction` be the transaction with the ID, `transaction_id`. 10. If there is a transaction, `transaction_2`, such that - `transaction_2.date > transaction.date` and + `transaction_2.timestamp >= transaction.timestamp` and `transaction.bucket_id = bucket.id`, then return FALSE. 11. Return TRUE. -- cgit v1.2.3