summaryrefslogtreecommitdiff
path: root/requirements/catalogue
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-15 14:06:41 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-15 14:06:41 +0100
commitaf7920c8e9405ea0e7591907555edad3a19688c8 (patch)
treea47dab4711b79c9e871fb9448c5ecc8dfdb9ee86 /requirements/catalogue
parent59d72b6c6a5f48a49fcbe91fee72eff20b9bb8d3 (diff)
edit req-030
Diffstat (limited to 'requirements/catalogue')
-rw-r--r--requirements/catalogue/req-030.md2
1 files changed, 1 insertions, 1 deletions
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.