Cash: alter description of the state to talk about cash claims. Suggestion from Richard.

This commit is contained in:
Mike Hearn 2015-11-08 13:34:52 +01:00
parent 5022f11d9e
commit 03aaf07f70

View File

@ -27,7 +27,7 @@ class InsufficientBalanceException(val amountMissing: Amount) : Exception()
* vaults can ignore the issuer/depositRefs and just examine the amount fields.
*/
object Cash : Contract {
/** A state representing a claim on the cash reserves of some institution */
/** A state representing a cash claim against some institution */
data class State(
/** Where the underlying currency backing this ledger entry can be found (propagated) */
val deposit: InstitutionReference,