blob: db3f4dd278d089ac681b9aa8555587c85c620cae (
plain)
1
2
3
4
5
6
7
|
# req-036
Given a bucket, `bucket`, if the procedure
`is_bucket_balance_up_to_date(bucket)` as described in req-035 returns TRUE,
then the accurate balance of `bucket` is equal to `bucket.balance`.
Sources: req-030, req-032
|