diff options
| -rw-r--r-- | requirements/catalogue/req-036.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements/catalogue/req-036.md b/requirements/catalogue/req-036.md new file mode 100644 index 0000000..db3f4dd --- /dev/null +++ b/requirements/catalogue/req-036.md @@ -0,0 +1,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
\ No newline at end of file |
