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

View File

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