s/credit/read/

This commit is contained in:
Michael Vines 2019-04-08 08:39:59 -07:00 committed by GitHub
parent 88bda58836
commit d45d8e9670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ credit-only by the instructions.
credit-only accounts have the following properties:
* Can be deposited into: Deposits can be implemented as a simple `atomic_add`.
* credit-only access to account data.
* read-only access to account data.
Instructions that debit or modify the credit-only account data will fail.