blob: 0ebd22d5776915d030e80b3e5cf8949fe944ca88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# task-049
Whenever a transaction in Schist is deleted or updated, if the transaction
belongs to a bucket, `bucket`, then Schist must run the procedure,
`calculate_bucket_balance(bucket)`, as described in req-030, under the pretence
that `is_bucket_balance_up_to_date(bucket)` as described in req-035 returns
FALSE.
Source: req-073
Epic: epic-008
|